From 28fc7a075cb5da7aa066a2aad5559c5426248dfc Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 14 Apr 2025 00:25:32 -0700 Subject: initial frontend site --- site/src/App.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 site/src/App.tsx (limited to 'site/src/App.tsx') diff --git a/site/src/App.tsx b/site/src/App.tsx new file mode 100644 index 0000000..5142463 --- /dev/null +++ b/site/src/App.tsx @@ -0,0 +1,13 @@ +import Home from './pages/Homepage'; +import { Routes, Route } from "react-router-dom"; + +function App() { + return ( + + } /> + } /> + + ); +} + +export default App; \ No newline at end of file -- cgit v1.2.3