diff --git a/client/src/App.jsx b/client/src/App.jsx
index 7044e94..b98cd78 100644
--- a/client/src/App.jsx
+++ b/client/src/App.jsx
@@ -4,31 +4,10 @@ import Sidebar from './components/layout/Sidebar/Sidebar.jsx';
import Canvas from './components/layout/Canvas/Canvas.jsx';
import { Grid, GridItem, useRecipe, Box } from '@chakra-ui/react';
-// REMOVE AFTER TESTING
-// import CanvasHeader from './components/layout/Canvas/CanvasHeader.jsx';
-// import { GridLayout } from 'react-grid-layout';
-
-
function App() {
const recipe = useRecipe({ key: "canvas" });
const styles = recipe();
- // TEST TEST TEST
-// return (
-//
-// {/* ← This should render something visible */}
-// {/*
-// {layout.map((item) => (
-//
-//
-//
-// ))}
-// */}
-//
-// );
-// }
-
-
return (
- {/* */}
- {/* */}
- {/*
-
- */}
- {/* */}
- {/* */}
);
}
diff --git a/client/src/components/layout/Canvas/CanvasHeader.jsx b/client/src/components/layout/Canvas/CanvasHeader.jsx
index 57ff277..cfe2076 100644
--- a/client/src/components/layout/Canvas/CanvasHeader.jsx
+++ b/client/src/components/layout/Canvas/CanvasHeader.jsx
@@ -14,7 +14,6 @@ export default function CanvasHeader() {
as="header"
position="sticky"
top="0"
- // zIndex="banner"
bg="base200"
borderBottom="1px solid"
borderColor="gray.200"