formated toaster

This commit is contained in:
2025-10-29 08:46:49 -06:00
parent 3f8f73db89
commit 0c64bdeb1a
2 changed files with 2 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
NEXT_PUBLIC_API_URL=
+1 -4
View File
@@ -24,10 +24,7 @@ export default function RootLayout({
<html lang="es" className={`${inter.variable} ${montserrat.variable}`}>
<body suppressHydrationWarning>
<Header />
<Toaster
position="top-left"
reverseOrder={false}
/>
<Toaster position="top-left" reverseOrder={false} />
{children}
</body>
</html>