/** * Loading skeleton for the [locale] segment. Shown during navigation * while a server component fetches (the dashboard, for instance, does * listTenants() + one K8s GET per provisioning row). Textless on * purpose so it needs no translations and adds no layout shift. */ export default function LocaleLoading() { return (
); }