Files
erp-nutzfahrzeuge/frontend/app/[locale]/dashboard/page.tsx
T

6 lines
121 B
TypeScript

import { Dashboard } from '@/components/Dashboard';
export default function DashboardPage() {
return <Dashboard />;
}