Skip to content

Commit

Permalink
merge confict resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
caxtonacollins committed Nov 12, 2024
1 parent 63c5d30 commit 99bb4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function Providers({ children }: { children: React.ReactNode }) {
<NotificationProvider>
<ThemeProvider theme={theme}>
<PostHogProvider client={posthog}>
<QuestsContextProvider>{children}</QuestsContextProvider>
<QuestsContextProvider>{children}</QuestsContextProvider>
</PostHogProvider>
</ThemeProvider>
</NotificationProvider>
Expand Down

0 comments on commit 99bb4e1

Please sign in to comment.