"use client"; import { Provider } from "react-redux"; import { store } from "."; export function Providers({ children }) { return {children}; }