formated toaster
This commit is contained in:
@@ -0,0 +1 @@
|
||||
NEXT_PUBLIC_API_URL=
|
||||
+1
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user