diff --git a/src/components/Container/Container.tsx b/src/components/Container/Container.tsx index 942785a..0d2e182 100644 --- a/src/components/Container/Container.tsx +++ b/src/components/Container/Container.tsx @@ -1,5 +1,6 @@ import React from "react"; import Sidebar from "../Sidebar/Sidebar"; +import styles from "../../styles"; export interface props { children: React.ReactNode; @@ -8,13 +9,11 @@ export interface props { export default function Container(props: props) { return (
Ivy - Inventory Manager
-Welcome to the Dashboard
-Ivy - Inventory Manager
+Welcome to the Dashboard