diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index e21f8dd..f57d780 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -12,7 +12,6 @@ import Workers from '@/pages/Workers';
import Reviews from '@/pages/Reviews';
import Alerts from '@/pages/Alerts';
import KnowledgeBase from '@/pages/KnowledgeBase';
-import DagCanvas from '@/pages/DagCanvas';
function ProtectedRoute({ children }: { children: React.ReactNode }) {
const { isAuthenticated } = useAuthStore();
@@ -62,7 +61,6 @@ export default function App() {
} />
} />
} />
- } />
} />