From a67f2ba617d51a3197b4baed6f29ca832f9d78c7 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Wed, 22 Nov 2023 12:09:56 +0100 Subject: [PATCH] Moved the GroupProvider up in the hierarchy --- client/src/common/layouts/Root/Root.jsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/client/src/common/layouts/Root/Root.jsx b/client/src/common/layouts/Root/Root.jsx index 2a132d1..67ac713 100644 --- a/client/src/common/layouts/Root/Root.jsx +++ b/client/src/common/layouts/Root/Root.jsx @@ -22,22 +22,22 @@ export const Root = () => { return ( -
-
+ +
+
-
- +
{outlet} - -
+
-
+
+
- ); +); } \ No newline at end of file