Skip to content

Commit

Permalink
fix: 범인 검거 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leejin-Yang authored Jun 7, 2024
1 parent 9e2fbf3 commit f2beade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ root.render(
<QueryClientProvider client={queryClient}>
<FunEatProvider>
<SvgSprite />
<RouterProvider router={router} fallbackElement={<p>...loading</p>} />
<RouterProvider router={router} />
</FunEatProvider>
<ReactQueryDevtools initialIsOpen={false} />
</QueryClientProvider>
Expand Down

0 comments on commit f2beade

Please sign in to comment.