Update ReduxProvider.tsx
This commit is contained in:
parent
d4153065dd
commit
c0c1a83090
@ -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 <Provider store={store}>{children}</Provider>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user