diff --git a/src/App.tsx b/src/App.tsx
index e024f7d0..7ad40b5d 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -19,6 +19,7 @@ import Terms from "./pages/Terms";
import Privacy from "./pages/Privacy";
import SubmissionGuidelines from "./pages/SubmissionGuidelines";
import Admin from "./pages/Admin";
+import AdminSettings from "./pages/AdminSettings";
const queryClient = new QueryClient();
@@ -42,6 +43,7 @@ const App = () => (
} />
} />
} />
+ } />
} />
} />
} />
diff --git a/src/components/layout/AdminHeader.tsx b/src/components/layout/AdminHeader.tsx
index 3f10ff27..42a92a27 100644
--- a/src/components/layout/AdminHeader.tsx
+++ b/src/components/layout/AdminHeader.tsx
@@ -27,9 +27,11 @@ export function AdminHeader() {
{/* Right Section - Admin actions */}
-