Skip to content

Commit

Permalink
fix: move BCTypography component in app_js
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed May 4, 2022
1 parent eb104db commit 96a9f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ function MyApp({ Component, pageProps }: AppProps) {

return (
<ErrorContext.Provider value={value}>
<BCGovTypography />
<Sentry.ErrorBoundary fallback={<Custom500 />}>
<RelayEnvironmentProvider environment={env}>
{typeof window !== "undefined" && <SessionExpiryHandler />}
<BCGovTypography />
{component}
</RelayEnvironmentProvider>
</Sentry.ErrorBoundary>
Expand Down

0 comments on commit 96a9f00

Please sign in to comment.