export const metadata = { title: '注册', } export default function LoginLayout({ children }) { return <>{children} }