diff --git a/client/src/common/layouts/Root/Root.jsx b/client/src/common/layouts/Root/Root.jsx index 67ac713..1bd9502 100644 --- a/client/src/common/layouts/Root/Root.jsx +++ b/client/src/common/layouts/Root/Root.jsx @@ -22,22 +22,21 @@ export const Root = () => { return ( - -
-
+ + +
+
-
- +
{outlet} - -
+
-
+
- - -
-
+ +
+
+
-); + ); } \ No newline at end of file