// Every page in this group is server-rendered per request (they all read // from Supabase), so without this the browser sits on the previous page with // no feedback until the server answers — on the employee list, long enough // to look broken. export default function Loading() { return (
{[240, 160, 160].map((w, i) => (
))}
{Array.from({ length: 8 }, (_, i) => (
))}
Daten werden geladen…
); }