From 2670fdac6cf58317ee91664b6010402b49d9a5dc Mon Sep 17 00:00:00 2001 From: Xiao Rong W Date: Wed, 17 Jun 2020 22:49:41 +0800 Subject: [PATCH] version 2 -- improved look --- package.json | 2 - public/index.html | 2 +- src/App.css | 12 +- src/components/TodoInputComponent.js | 6 +- src/index.css | 9 +- src/index.js | 1 - yarn.lock | 210 +-------------------------- 7 files changed, 17 insertions(+), 225 deletions(-) diff --git a/package.json b/package.json index 049e308..8ade2d1 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,10 @@ "@fortawesome/free-regular-svg-icons": "^5.13.0", "@fortawesome/free-solid-svg-icons": "^5.13.0", "@fortawesome/react-fontawesome": "^0.1.10", - "@material-ui/core": "^4.10.2", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "bootstrap": "^4.5.0", - "fontsource-roboto": "^2.1.4", "moment": "^2.26.0", "react": "^16.13.1", "react-dates": "^21.8.0", diff --git a/public/index.html b/public/index.html index 520c164..e817984 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@