diff --git a/payment-iq/app/redux/ReduxProvider.tsx b/payment-iq/app/redux/ReduxProvider.tsx index 0a8cc4b..ef50bf2 100644 --- a/payment-iq/app/redux/ReduxProvider.tsx +++ b/payment-iq/app/redux/ReduxProvider.tsx @@ -1,7 +1,6 @@ "use client"; - import { Provider } from "react-redux"; -import { store } from "./store"; // Adjust the import path as necessary +import { store } from "./store"; export default function ReduxProvider({ children }: { children: React.ReactNode }) { return {children};