From e9445fd6b7bbe5cecbedf0a79dbfb02a112d22df Mon Sep 17 00:00:00 2001 From: mgtennant <100305096+mgtennant@users.noreply.github.com> Date: Thu, 23 May 2024 13:23:42 -0700 Subject: [PATCH] add comments --- backend/src/app.controller.ts | 1 + frontend/src/app/App.tsx | 1 + 2 files changed, 2 insertions(+) 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 (