export function SlimLayout({ children }) { return ( <>
{children}
) }