diff --git a/backend/.gitignore b/backend/.gitignore index aa3aef9..c6be491 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,2 +1,3 @@ .env config.prod.yml +*.tar.gz \ No newline at end of file diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 2cbe4b1..b80de2a 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -82,11 +82,6 @@ function AppRoutes() { path='coach/strengthen-argument' element={} /> - } /> - } - />{' '} {/* Add this route */} } />