Skip to content

Commit

Permalink
Resolve conflicts pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Elson9 committed Sep 19, 2024
1 parent 549d9a5 commit 73f309d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.

This file was deleted.

Empty file.
2 changes: 0 additions & 2 deletions src/nextapp/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import '@/shared/styles/global.css';
import { AppWrapper } from './context';
import '../../mocks';
import CompleteProfile from '@/components/complete-profile';
import GatewayToastHandler from '@/components/no-gateway-redirect/gateway-toast-handler';

const footerItems = [
{ href: 'http://www2.gov.bc.ca/gov/content/home', text: 'Home' },
Expand Down Expand Up @@ -115,7 +114,6 @@ const App: React.FC<AppProps> = ({ Component, pageProps }) => {
}}
>
<AppWrapper router={router}>
<GatewayToastHandler />
<Component {...pageProps} />
</AppWrapper>
</Box>
Expand Down

0 comments on commit 73f309d

Please sign in to comment.