export default function SignUpLayout({
children,
}: {
children: React.ReactNode
}) {
return <>{children}</>
}