diff --git a/client/src/main.jsx b/client/src/main.jsx
index e8d0ac6..487cab5 100644
--- a/client/src/main.jsx
+++ b/client/src/main.jsx
@@ -10,6 +10,8 @@ import Imprint from "@/pages/Imprint";
import Privacy from "@/pages/Privacy";
import Create from "@/pages/Create";
import Join from "@/pages/Join";
+import Game from "@/pages/Game";
+import End from "@/pages/End";
const routes = createBrowserRouter([
{
@@ -21,6 +23,9 @@ const routes = createBrowserRouter([
{path: "/privacy", element: