From 39fc556acaca28e6c2740ddd2d67881b4d862488 Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 17 Jun 2024 10:01:32 +0200 Subject: [PATCH] refactor(app): move Toaster component position in layout The Toaster component was relocated in the layout file. It's been moved from below the Providers component to a position above the Footer component. This repositioning is aimed at improving the visual hierarchy and flow of the application. --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7570728..3d21db8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -31,9 +31,9 @@ export default function RootLayout({ {children} +