import { getJson } from './client'; export async function loadDashboard(contextId: string): Promise { return getJson(`/api/restaurant/admin/config?contextId=${encodeURIComponent(contextId)}`); }