#13 Setup bootstrap boiler code. Imported bootstrap js and css

This commit is contained in:
2023-03-18 16:01:44 -04:00
parent 563578e4ca
commit d2f664b6cb
2 changed files with 27 additions and 20 deletions

View File

@@ -3,6 +3,7 @@ import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import 'bootstrap/dist/css/bootstrap.min.css';
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(