Skip to content

Commit

Permalink
Merge pull request #663 from depromeet/fix/server-deploy
Browse files Browse the repository at this point in the history
fix: Error Page 주석
  • Loading branch information
char-yb authored May 20, 2024
2 parents df06bb3 + 02fba96 commit f49fa16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/_app.page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Suspense } from 'react';
import type { AppProps } from 'next/app';
import ErrorPage from '@/components/ErrorPage';
import MonitoringInitializer from '@/components/MonitoringInitializer';
import NotificationSnackBarProvider from '@/components/NotificationSnackBar/NotificationSnackBarProvider';
import SnackBarProvider from '@/components/SnackBar/SnackBarProvider';
Expand All @@ -25,7 +24,6 @@ export default function App({ Component, pageProps }: AppProps) {
<TemplateComponent>
<div className={css(containerCss)}>
<Component {...pageProps} />
<ErrorPage />
</div>
</TemplateComponent>
</Suspense>
Expand Down

0 comments on commit f49fa16

Please sign in to comment.