Added Bootstrap to Index.js
This commit is contained in:
parent
63a6c63354
commit
7a698eee15
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue