// index.js ou App.js import { Provider } from 'react-redux'; import { store } from './app/store'; function App() { return ( ); }