From c0c1a8309047a56391112d972b93874c6344a3fc Mon Sep 17 00:00:00 2001 From: Petropoulos Evangelos Date: Tue, 22 Jul 2025 22:56:11 +0300 Subject: [PATCH] Update ReduxProvider.tsx --- payment-iq/app/redux/ReduxProvider.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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};