"use client";
import { Provider } from "react-redux";
import { store } from "./store";
export function StoreProvider({ children }) {
return <Provider store={store}>{children}</Provider>;
}
Top comments (0)
Subscribe
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Top comments (0)