diff --git a/src/index.js b/src/index.js index 8d5cddf..34bf124 100644 --- a/src/index.js +++ b/src/index.js @@ -3,12 +3,15 @@ import ReactDOM from 'react-dom/client'; import './index.css'; import App from './App'; import reportWebVitals from './reportWebVitals'; +import { HelmetProvider } from 'react-helmet-async'; const root = ReactDOM.createRoot(document.getElementById('root')); root.render( - - - + + + + + ); reportWebVitals();