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

🚧 Being redone 🚧

+

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

+ + Retro site + +
+
+
+
+ ); +}