Skip to content

Commit

Permalink
chore: provider 순서 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
sxungchxn committed Jul 4, 2023
1 parent be85783 commit 0f52957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ export default function RootLayout({ children }: { children: React.ReactNode })
/>
</noscript>
<QueryProvider>
<OverlayProvider>
<ProfileProvider>{children}</ProfileProvider>
</OverlayProvider>
<ProfileProvider>
<OverlayProvider>{children}</OverlayProvider>
</ProfileProvider>
</QueryProvider>
</body>
</html>
Expand Down

0 comments on commit 0f52957

Please sign in to comment.