Configuración inicial del proyecto: estructura de directorios y dependencias mínimas instaladas
This commit is contained in:
8
app/(auth)/layout.tsx
Normal file
8
app/(auth)/layout.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export default function AuthLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user