Skip to content

Commit

Permalink
fix: provider import
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillemGarciaDev committed Mar 1, 2024
1 parent 5d8611a commit fb64122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import QueryClientProvider from "./query/QueryClientProvider";
import { ConfigProvider } from "./config";
import { I18nextProvider } from "react-i18next";
import i18n from "./locale/i18n";
import { StylesheetProvider } from "stylesheets/StylesheetProvider";
import { StylesheetProvider } from "./stylesheets/StylesheetProvider";

const Providers = ({ children }: PropsWithChildren<unknown>): JSX.Element => (
<RecoilRoot>
Expand Down

0 comments on commit fb64122

Please sign in to comment.