'use client'; import { getWidgets } from '../registry.js'; import AdminHeader from '../components/AdminHeader.js'; export default function DashboardPage({ stats }) { const loading = stats === null || stats === undefined; const widgets = getWidgets(); return (