From e3d4054e0c66968e1234de7eafd0147d90717c10 Mon Sep 17 00:00:00 2001 From: Venessa Kuchenik Date: Tue, 8 Jul 2025 13:02:20 -0700 Subject: [PATCH] added grid to canvas area. --- client/src/App.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/client/src/App.jsx b/client/src/App.jsx index dcc6d10..ef17a63 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -18,6 +18,16 @@ function App() { + + + + + ); }