diff --git a/apps/app/src/app/admin/page.tsx b/apps/app/src/app/admin/page.tsx
deleted file mode 100644
index ce5dd92..0000000
--- a/apps/app/src/app/admin/page.tsx
+++ /dev/null
@@ -1,16 +0,0 @@
-"use client";
-
-import { ProtectedRoute } from "@/components/auth/protected-route";
-
-function AdminPage() {
- return (
- Admin Dashboard
- {/* Your admin content */}
-