From 63a6c63354358d9ebfc378a329f4157a4309560f Mon Sep 17 00:00:00 2001 From: "Rayyan (Rayy)" Date: Tue, 22 Aug 2023 10:17:28 +0000 Subject: [PATCH] Adding Bootstrap to index file --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index d563c0f..f721056 100644 --- a/src/index.js +++ b/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 '../node_modules/bootstrap/dist/css/bootstrap.min.css' const root = ReactDOM.createRoot(document.getElementById('root')); root.render(