Skip to content

Commit

Permalink
Remove unused import for PersistGate from providers.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lemilonkh committed Mar 13, 2024
1 parent 99ecff1 commit b46410c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/app/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { ChakraProvider } from "@chakra-ui/react";
import { SessionProvider } from "next-auth/react";
import localFont from "next/font/local";
import { Provider } from "react-redux";
import { PersistGate } from "redux-persist/integration/react";

const openSans = localFont({
src: [
Expand Down

0 comments on commit b46410c

Please sign in to comment.