import { Logo } from '@/assets/logo' type AuthLayoutProps = { children: React.ReactNode } export function AuthLayout({ children }: AuthLayoutProps) { return (

WEIAI

{children}
) }