File tree Expand file tree Collapse file tree 1 file changed +5
-36
lines changed
Expand file tree Collapse file tree 1 file changed +5
-36
lines changed Original file line number Diff line number Diff line change @@ -4,47 +4,16 @@ import Navbar from "./components/navbar";
44import InfogramBelowMain from "./components/infobelowmain" ;
55import { HashRouter } from "./components/HashRouter" ;
66import Route from "./components/HashRouter/Route" ;
7- import AboutPage from "./components/AboutPage" ;
8- import SkillSet from "./components/AboutPage/SkillSet" ;
9- import GithubStats from "./components/AboutPage/Github" ;
10- import Projects from "./components/Projects" ;
7+ // import AboutPage from "./components/AboutPage";
8+ // import SkillSet from "./components/AboutPage/SkillSet";
9+ // import GithubStats from "./components/AboutPage/Github";
10+ // import Projects from "./components/Projects";
1111import Page404 from "./components/static/404" ;
12- import ContactPage from "./components/ContactPage" ;
12+ // import ContactPage from "./components/ContactPage";
1313import ReWork from "./components/ReWork" ;
1414
1515function App ( { analytics } : any ) {
1616 return < ReWork /> ;
17- return (
18- < HashRouter >
19- < Route
20- path = { "#/" }
21- index
22- component = {
23- < div style = { { zIndex : 9999 } } >
24- < Main />
25- < InfogramBelowMain />
26- < br />
27- </ div >
28- }
29- />
30- < Route
31- path = "#/about"
32- component = {
33- < >
34- < AboutPage />
35- < SkillSet />
36- < GithubStats />
37- </ >
38- }
39- />
40- < Route path = "#/projects" component = { < Projects /> } />
41- < Route
42- path = "#/contact"
43- component = { < ContactPage analytics = { analytics } /> }
44- />
45- < Route path = "*" component = { < Page404 /> } />
46- </ HashRouter >
47- ) ;
4817}
4918
5019export default App ;
You can’t perform that action at this time.
0 commit comments