Posted on

kn,ns.,

import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import { Provider } from 'react-redux'; // Step 7: Import the Provider
import { store } from './store'; // Step 8: Import the store

ReactDOM.render(
  
    
  ,
  document.getElementById('root')
);