"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 blogging-forward open source social network where we learn from one another
Top comments (0)