diff --git a/inventory-frontend/src/components/Wrapper.js b/inventory-frontend/src/components/Wrapper.js index c64b6d0..c63ac64 100644 --- a/inventory-frontend/src/components/Wrapper.js +++ b/inventory-frontend/src/components/Wrapper.js @@ -1,18 +1,23 @@ export const Wrapper = props => { return <> -
- Company name -
-
- Sign out -
-
-
-
+
+
  • @@ -22,12 +27,19 @@ export const Wrapper = props => {
- -
- {props.children} -
+
+
+ {props.children} + +
+
+ +
+ + + -} \ No newline at end of file +}