diff --git a/src/App.tsx b/src/App.tsx index a30096d..c85d4c6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,7 +5,7 @@ import TodoCard from './components/todo/TodoCard.tsx'; export default function App() { return ( -
+
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index ca10f2b..c5c5918 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,8 +1,8 @@ export default function Footer() { return ( -