-
- Downloads
Add routing in main content
parent
2515aef7
No related branches found
No related tags found
Showing
- package-lock.json 27 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/core/App.tsx 11 additions, 8 deletionssrc/core/App.tsx
- src/core/components/Main.tsx 0 additions, 5 deletionssrc/core/components/Main.tsx
- src/core/components/MainRouting.tsx 13 additions, 0 deletionssrc/core/components/MainRouting.tsx
... | ... | @@ -64,6 +64,7 @@ |
"@types/node": "^12.12.53", | ||
"@types/react": "^16.9.43", | ||
"@types/react-dom": "^16.9.8", | ||
"@types/react-router-dom": "^5.1.5", | ||
"@typescript-eslint/eslint-plugin": "^3.7.0", | ||
"@typescript-eslint/parser": "^3.7.0", | ||
"eslint": "^7.5.0", | ||
... | ... |
src/core/components/Main.tsx
deleted
100644 → 0
src/core/components/MainRouting.tsx
0 → 100644
Please register or sign in to comment