From 73d85a324790037cc019c6c614df125501d6b013 Mon Sep 17 00:00:00 2001 From: "Daniel S. Hansen" Date: Mon, 21 Jul 2025 14:30:41 -0700 Subject: [PATCH] Remove garbage comments --- client/src/App.jsx | 33 ------------------- .../components/layout/Canvas/CanvasHeader.jsx | 1 - 2 files changed, 34 deletions(-) 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"