Adding Bootstrap to index file
This commit is contained in:
parent
c0fe2f6e13
commit
63a6c63354
|
@ -3,6 +3,7 @@ import ReactDOM from 'react-dom/client';
|
||||||
import './index.css';
|
import './index.css';
|
||||||
import App from './App';
|
import App from './App';
|
||||||
import reportWebVitals from './reportWebVitals';
|
import reportWebVitals from './reportWebVitals';
|
||||||
|
import '../node_modules/bootstrap/dist/css/bootstrap.min.css'
|
||||||
|
|
||||||
const root = ReactDOM.createRoot(document.getElementById('root'));
|
const root = ReactDOM.createRoot(document.getElementById('root'));
|
||||||
root.render(
|
root.render(
|
||||||
|
|
Loading…
Reference in New Issue