Skip to content

Commit

Permalink
Merge pull request #104 from EveryUniv/hotfix/5.5
Browse files Browse the repository at this point in the history
fix: App 구조 변경
  • Loading branch information
gaeunnlee authored May 5, 2024
2 parents 4685701 + ec4ac64 commit 7217d8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ const App = () => {
<QueryClientProvider client={queryClient}>
<ModalProvider>
<Toaster />
<DefaultLayout>
<BrowserRouter>
<BrowserRouter>
<DefaultLayout>
<ErrorBoundary onReset={handleErrorReset} Fallback={Error}>
<Suspense fallback={<Spinner />}>
<Router />
</Suspense>
</ErrorBoundary>
</BrowserRouter>
</DefaultLayout>
</DefaultLayout>
</BrowserRouter>
</ModalProvider>
</QueryClientProvider>
);
Expand Down

0 comments on commit 7217d8e

Please sign in to comment.