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..e9673bdd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,8 +10,10 @@ 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 return ( diff --git a/src/components/ReWork/index.tsx b/src/components/ReWork/index.tsx new file mode 100644 index 00000000..6a340f8d --- /dev/null +++ b/src/components/ReWork/index.tsx @@ -0,0 +1,15 @@ +export default function ReWork() { + return
+
+
+
+

🚧 Being redone 🚧

+

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

+ Retro site +
+
+
+
; +} \ No newline at end of file