47 |
48 | {stats_widgets.map(({ title, ...widget }, index) => (
49 |
50 | ))}
51 |
52 |
53 |
54 |
55 |
56 |
57 | >
58 | );
59 | };
60 |
61 | export default DashboardPage;
62 |
--------------------------------------------------------------------------------
/src/app/[locale]/(dashboard)/error.tsx:
--------------------------------------------------------------------------------
1 | 'use client';
2 |
3 | import { Dashboard500 } from '@/components/errors/dashboard/dashboard-500';
4 |
5 | export default function NotFoundDashboard(props: ErrorFileProps) {
6 | return