export default function Layout(props: { children: React.ReactNode }) { return (
{props.children}
) }