export const runtime = 'edge'; const Layout = ({ children }) => { return ( {children} ); }; export default Layout;