diff --git a/backend/src/app.controller.ts b/backend/src/app.controller.ts index 481bb66c..5cc674f1 100644 --- a/backend/src/app.controller.ts +++ b/backend/src/app.controller.ts @@ -8,4 +8,5 @@ export class AppController { getHello(): string { return 'Hello Backend!'; } + // } diff --git a/frontend/src/app/App.tsx b/frontend/src/app/App.tsx index 3ff726e5..e6160e19 100644 --- a/frontend/src/app/App.tsx +++ b/frontend/src/app/App.tsx @@ -5,6 +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 (