From 302fda46323e957460311c74c22bf588e9c7d5c3 Mon Sep 17 00:00:00 2001 From: mgtennant <100305096+mgtennant@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:02:56 -0700 Subject: [PATCH] redeploy to dev --- frontend/src/app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/App.tsx b/frontend/src/app/App.tsx index ddeeadb7..3ff726e5 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 (