Skip to content

Commit

Permalink
redeploy to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Oct 28, 2024
1 parent 7dcc03a commit 302fda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Provider store={store}>
Expand Down

0 comments on commit 302fda4

Please sign in to comment.