export const NotFoundLayout = (props: { children: React.ReactNode }) => { return (
{props.children}
); };