created component

This commit is contained in:
soyed 2021-03-28 18:49:31 -04:00
parent 00338c3529
commit 42d28f1188
5 changed files with 21 additions and 0 deletions

View file

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