mirror of
https://github.com/reiyua/RaysBookClub.git
synced 2026-01-20 15:37:47 +00:00
Adding Bootstrap to index file
This commit is contained in:
parent
c0fe2f6e13
commit
63a6c63354
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue