diff --git a/src/index.js b/src/index.js index f721056..286e81b 100644 --- a/src/index.js +++ b/src/index.js @@ -3,7 +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' +import '../node_modules/bootstrap/dist/css/bootstrap.min.css'; const root = ReactDOM.createRoot(document.getElementById('root')); root.render(