Skip to content

Commit

Permalink
Fix 404
Browse files Browse the repository at this point in the history
  • Loading branch information
xbgmsharp committed Mar 2, 2024
1 parent 001de6c commit ed75d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Footer } from "./Footer";
import { useRoute } from "../router";
import { Home } from "../pages/Home";
//import { PageExample } from "../pages/PageExample";
import { FourOhFour } from "../pages/FourOFour";
//import { FourOhFour } from "../pages/FourOFour";
import { ThemeProvider } from "../theme";

export function App() {
Expand Down

0 comments on commit ed75d18

Please sign in to comment.