diff --git a/packages/frontend/src/components/App.tsx b/packages/frontend/src/components/App.tsx index 67f2538..cea9bdc 100644 --- a/packages/frontend/src/components/App.tsx +++ b/packages/frontend/src/components/App.tsx @@ -7,6 +7,7 @@ import history from '../util/history'; import { FeatureFlagsProvider } from 'elite-feature-flags'; import { Configuration } from 'elite-types'; import { getConfiguration } from 'elite-configuration'; +import { ErrorBoundary } from './general/ErrorBoundary'; const configuration: Configuration = getConfiguration(); @@ -15,7 +16,9 @@ export const AppComponent = () => ( {APP_ROUTES.map((routeProps, index) => ( - + + + ))}