File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 "deploy" : " npx gh-pages -d dist -m \" Build app and deploy to gh-pages\" " ,
1313 "storybook" : " start-storybook -p 6006 --ci"
1414 },
15- "main" : " index .tsx" ,
15+ "main" : " ./components/App/App .tsx" ,
1616 "author" : " " ,
1717 "license" : " ISC" ,
1818 "keywords" : [],
Original file line number Diff line number Diff line change 66 Route ,
77 Redirect
88} from "react-router-dom" ;
9- import NavigationBar from "./components /navigation/NavigationBar" ;
10- import AboutSection from "./components /about/AboutSection" ;
11- import SkillsSectionContainer from "./components /skills/SkillsSectionContainer" ;
9+ import NavigationBar from ".. /navigation/NavigationBar" ;
10+ import AboutSection from ".. /about/AboutSection" ;
11+ import SkillsSectionContainer from ".. /skills/SkillsSectionContainer" ;
1212
1313function App ( ) : JSX . Element {
1414 // required when hosting the app on a subdirectory of a domain rather than top-level
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const MomentLocalesWebpackPlugin = require("moment-locales-webpack-plugin");
1111
1212module . exports = {
1313 entry : {
14- app : "./src/index .tsx"
14+ app : "./src/components/App/App .tsx"
1515 } ,
1616 output : {
1717 path : path . resolve ( __dirname , "dist" ) ,
You can’t perform that action at this time.
0 commit comments