diff --git a/src/App.css b/src/App.css deleted file mode 100644 index 9a90e39..0000000 --- a/src/App.css +++ /dev/null @@ -1,3 +0,0 @@ -Body { - /* background-color: gray!important; */ -} \ No newline at end of file diff --git a/src/App.js b/src/App.js index 89307c2..14ae015 100644 --- a/src/App.js +++ b/src/App.js @@ -1,5 +1,4 @@ import React from "react"; -import "./App.css"; import { BrowserRouter as Router, Route, Link } from "react-router-dom"; import "bootstrap/dist/css/bootstrap.min.css"; @@ -14,19 +13,9 @@ function App() { return (
-