VIBN Frontend for Coolify deployment
This commit is contained in:
15
app/auth/layout.tsx
Normal file
15
app/auth/layout.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Toaster } from "sonner";
|
||||
|
||||
export default function AuthLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<>
|
||||
{children}
|
||||
<Toaster position="top-center" />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user