diff --git a/src/App.tsx b/src/App.tsx
index 1293ebf..8a233e6 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -15,6 +15,7 @@ import ToastViewport from "./components/toasts/ToastViewport";
import Navbar from "./components/Navbar";
import GameplayNavbar from "./components/GameplayNavbar";
import { routeConfig } from "./config/routes";
+import NotFound from "./pages/NotFound";
const Home = () => (
<>
@@ -42,7 +43,7 @@ function App() {
Page not found
Go Home