diff --git a/bun.lockb b/bun.lockb index dc54fb44..69ce7ff2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/App.tsx b/src/App.tsx index 35e5b86d..6a52a10d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,19 +1,34 @@ -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' -function App({ analytics }: any) { - return ; +function App ({ analytics }: any) { + return ( + + +
+ +
+ } /> + + + + + } /> + } /> + } /> + } /> + + ) } -export default App; +export default App diff --git a/src/components/ReWork/index.tsx b/src/components/ReWork/index.tsx deleted file mode 100644 index c921c8f3..00000000 --- a/src/components/ReWork/index.tsx +++ /dev/null @@ -1,20 +0,0 @@ -export default function ReWork() { - return ( -
-
-
-
-

🚧 Being redone 🚧

-

- Hiii this site is currently being re done, until then visit my - retro site! -

- - Retro site - -
-
-
-
- ); -}