import type React from "react" export default function RegisterLayout({ children, }: { children: React.ReactNode }) { return
{children}
}