Compare commits

...

3 Commits

22
.gitignore vendored

@ -0,0 +1,22 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/npm-debug.log*
/yarn-error.log
/package-lock.json
/.idea/*
/.idea/workspace.xml
/.msfu-prod/*
/.msfu-dev/*
# production
/dist
# misc
.DS_Store
# umi
/src/.umi
/src/.umi-production
/src/.umi-test
/.env.local

@ -1,9 +0,0 @@
import styles from './index.less';
export default function IndexPage() {
return (
<div>
<h1 className={styles.title}>Page index</h1>
</div>
);
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save