diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 2f09b14..a9c54e5 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,10 +1,7 @@ import { Routes, Route, Navigate } from 'react-router-dom'; import { useAuthStore } from './store/auth'; - -// Placeholder components - will be replaced -const LoginPage = () =>