diff --git a/backend/src/app.controller.ts b/backend/src/app.controller.ts index 5cc674f1..481bb66c 100644 --- a/backend/src/app.controller.ts +++ b/backend/src/app.controller.ts @@ -8,5 +8,4 @@ export class AppController { getHello(): string { return 'Hello Backend!'; } - // } diff --git a/frontend/src/app/App.tsx b/frontend/src/app/App.tsx index 3ff726e5..ddeeadb7 100644 --- a/frontend/src/app/App.tsx +++ b/frontend/src/app/App.tsx @@ -5,7 +5,7 @@ import Footer from './content/display/Footer'; import { Provider } from 'react-redux'; import store from './store/store'; import AppRoutes from './routes'; - +// const App: FC = () => { return (