From 7098429fea27c8e380fe7664d3fc629f652260b5 Mon Sep 17 00:00:00 2001 From: Gustavo Victor Date: Sat, 6 Jul 2024 09:19:51 -0300 Subject: [PATCH] feat: update project style --- src/App.jsx | 6 +++--- src/components/TaskForm.jsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index c2fa913..840e2c5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -5,7 +5,7 @@ import { HTML5Backend } from "react-dnd-html5-backend"; import { HiMoon, HiSun } from "react-icons/hi" import TaskForm from "./components/TaskForm"; import TaskSection from "./components/TaskSection"; -import Modal from "./components/Modal"; +// import Modal from "./components/Modal"; export default function App() { @@ -55,14 +55,14 @@ export default function App() { return ( - + {/* - + */}

Kanban App