redux-persist
redux-persist copied to clipboard
PureComponent is imported but never used
//node_modules/redux-persist/types/integration/react.d.ts
declare module "redux-persist/integration/react" {
import { ReactNode, PureComponent } from "react";
import { Persistor } from "redux-persist/es/types";
/** @see PersistGate */