forked from pu428f3pz/InternshipProject
Compare commits
3 Commits
origin/dev
...
master
| Author | SHA1 | Date |
|---|---|---|
|
|
981860e256 | 4 years ago |
|
|
d03e6a1d0b | 4 years ago |
|
|
0ca800335d | 4 years ago |
@ -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>
|
||||
);
|
||||
}
|
||||
Loading…
Reference in new issue