diff --git a/.gitignore b/.gitignore index b7f1eab..db0377c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store backend/node_modules/ -client/node_modules/ \ No newline at end of file +client/node_modules/ +todo.txt \ No newline at end of file diff --git a/client/src/App.tsx b/client/src/App.tsx index b7d615c..0ca6ccd 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -31,6 +31,9 @@ function App() {