diff --git a/apps/web/src/routes/__root.tsx b/apps/web/src/routes/__root.tsx
index a899baf..825e2e6 100644
--- a/apps/web/src/routes/__root.tsx
+++ b/apps/web/src/routes/__root.tsx
@@ -3,7 +3,9 @@ import { createRootRoute, Outlet } from "@tanstack/react-router";
import { Header } from "../components/layout/Header";
const EmptyPage = () => (
-
+
+ 404 Page Not Found
+
);
export const Route = createRootRoute({