{TENANT.short}
{crumbs.map((c, i) => (
{i === crumbs.length - 1 ? {c} : {c}}
))}
{['nl', 'en'].map(l => (
))}
{notifOpen && (
setNotifOpen(false)}>
Meldingen
{NOTIFS.length === 0 && (
Geen nieuwe meldingen.
)}
{NOTIFS.map((n, i) => (
))}
)}
);
}
Object.assign(window, { Mono, Wordmark, Sidebar, Topbar });