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