Skip to content

Commit

Permalink
revert providers
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Feb 21, 2024
1 parent 22f87cc commit a6be5e5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions app/src/components/Providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@ type ProvidersProps = {
export function Providers({ children }: ProvidersProps) {
return (
<QueryClientProvider client={queryClient}>
<FuelProvider
fuelConfig={{
devMode: true,
}}
>
{globalCss()()}
{children}
<FuelProvider>
{globalCss()()}
{children}
</FuelProvider>
</QueryClientProvider>
);
Expand Down

0 comments on commit a6be5e5

Please sign in to comment.