diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 32a4caa..317a4d7 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,4 +1,4 @@ -import { Sidebar } from '@/components/Sidebar' +import { Sidebar } from '@/components/layout/Sidebar' import { Dashboard } from '@/pages/Dashboard' export default function App() {