Skip to content

Commit

Permalink
Final revert to november 26 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
derp000 committed Dec 30, 2023
1 parent bd174d5 commit 3a4810e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SnailSite/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import Donate from "./pages/Donate";
import Contact from "./pages/Contact";
import "./App.css";

import HomepageTest from "./components/testing/HomepageTest";

import HomepageTest from "./components/testing/HomepageTest";
import LinkTree from "./pages/LinkTree";
Expand All @@ -27,6 +26,7 @@ function App() {
<Route path="/Leadership" element={<Leadership />} />
<Route path="/donate" element={<Donate />} />
<Route path="/contact" element={<Contact />} />
<Route path="/linktree" element={<LinkTree />} />
<Route path="*" element={<NotFound />} />

<Route path="/test" element={<HomepageTest />} />
Expand Down

0 comments on commit 3a4810e

Please sign in to comment.