From 814b70ccf54d2d522a7cdd5571d6cb71ca483f22 Mon Sep 17 00:00:00 2001 From: Yutsuo Date: Sun, 26 Jan 2020 22:13:40 -0300 Subject: [PATCH] update --- src/App.css | 3 - src/App.js | 17 +-- src/components/edit-todo.component.js | 140 ++++++++++++++++++++++++- src/components/todos-list.component.js | 10 +- src/index.css | 4 + 5 files changed, 151 insertions(+), 23 deletions(-) delete mode 100644 src/App.css 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 (
-