"use client"; const AuthLayout = ({ children }: { children: React.ReactNode }) => (
{children}
); export default AuthLayout;