feat: add dashboard page with stats, quick actions, recent vehicles, update navigation and login redirect

This commit is contained in:
2026-07-19 19:33:08 +02:00
parent 5ae1e28ef2
commit 58fcf4a722
7 changed files with 305 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
import { Dashboard } from '@/components/Dashboard';
export default function DashboardPage() {
return <Dashboard />;
}