import { loadPlaceholderDashboard } from "$lib/server/dashboard"; export function load() { return { dashboard: loadPlaceholderDashboard(), }; }