export default function EtleLayout({ children, }: { children: React.ReactNode }) { return <>{children} }