feat: add dashboard page with stats, quick actions, recent vehicles, update navigation and login redirect
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Dashboard } from '@/components/Dashboard';
|
||||
|
||||
export default function LocaleHomePage() {
|
||||
return <Dashboard />;
|
||||
}
|
||||
Reference in New Issue
Block a user