From d2f664b6cb087baa4ae60f40da222838294340fd Mon Sep 17 00:00:00 2001 From: Jagraj Aulakh Date: Sat, 18 Mar 2023 16:01:44 -0400 Subject: [PATCH] #13 Setup bootstrap boiler code. Imported bootstrap js and css --- frontend/public/index.html | 46 +++++++++++++++++++++----------------- frontend/src/index.js | 1 + 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index aa069f2..104b21e 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -1,21 +1,19 @@ - - - - - - - - - - - React App - - - -
- - + + diff --git a/frontend/src/index.js b/frontend/src/index.js index d563c0f..06f12b9 100644 --- a/frontend/src/index.js +++ b/frontend/src/index.js @@ -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(