export const metadata = { title: "Nulis", }; const Layout = ({ children }: { children: React.ReactNode }) => { return <>{children}; }; export default Layout;