diff --git a/src/App.tsx b/src/App.tsx index e9673bdd..91eedd2e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,36 +1,50 @@ -import React from 'react' -import Main from './components/main' -import Navbar from './components/navbar' -import InfogramBelowMain from './components/infobelowmain' -import { HashRouter } from './components/HashRouter' -import Route from './components/HashRouter/Route' -import AboutPage from './components/AboutPage' -import SkillSet from './components/AboutPage/SkillSet' -import GithubStats from './components/AboutPage/Github' -import Projects from './components/Projects' -import Page404 from './components/static/404' -import ContactPage from './components/ContactPage' -import ReWork from './components/ReWork' +import React from "react"; +import Main from "./components/main"; +import Navbar from "./components/navbar"; +import InfogramBelowMain from "./components/infobelowmain"; +import { HashRouter } from "./components/HashRouter"; +import Route from "./components/HashRouter/Route"; +import AboutPage from "./components/AboutPage"; +import SkillSet from "./components/AboutPage/SkillSet"; +import GithubStats from "./components/AboutPage/Github"; +import Projects from "./components/Projects"; +import Page404 from "./components/static/404"; +import ContactPage from "./components/ContactPage"; +import ReWork from "./components/ReWork"; -function App ({ analytics }: any) { - return +function App({ analytics }: any) { + return ; return ( - -
- -
- } /> - - - - - } /> - } /> - } /> - } /> + +
+ +
+ + } + /> + + + + + + } + /> + } /> + } + /> + } /> - ) + ); } -export default App +export default App;