diff --git a/src/index.js b/src/index.js index d563c0f..f721056 100644 --- a/src/index.js +++ b/src/index.js @@ -3,6 +3,7 @@ import ReactDOM from 'react-dom/client'; import './index.css'; import App from './App'; import reportWebVitals from './reportWebVitals'; +import '../node_modules/bootstrap/dist/css/bootstrap.min.css' const root = ReactDOM.createRoot(document.getElementById('root')); root.render(