Removed the bootstrap.

This commit is contained in:
Batuhan Berk Başoğlu 2021-03-28 17:39:56 -04:00
parent 1a80318b90
commit f6816da1d3

View file

@ -3,7 +3,6 @@ import ReactDOM from "react-dom";
import "./index.css"; import "./index.css";
import App from "./App"; import App from "./App";
import reportWebVitals from "./reportWebVitals"; import reportWebVitals from "./reportWebVitals";
import "bootstrap/dist/css/bootstrap.min.css";
ReactDOM.render( ReactDOM.render(
<React.StrictMode> <React.StrictMode>