From 15cf186e8b5ef25188df92be18d421a486033ee2 Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Fri, 3 Jan 2020 02:21:54 +0300 Subject: Apply styles to the Scoreboard --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 185f490..ae85ac9 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "private": true, "dependencies": { "@material-ui/core": "^4.8.2", + "@material-ui/icons": "^4.5.1", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.4.0", "@testing-library/user-event": "^7.2.1", -- cgit v1.2.3 From 747503569130a6ac93be89ca72acd0e9a4d3a26c Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Fri, 3 Jan 2020 22:04:00 +0300 Subject: Uninstall styled-components --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index ae85ac9..de99244 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,7 @@ "axios": "^0.19.0", "react": "^16.12.0", "react-dom": "^16.12.0", - "react-scripts": "3.3.0", - "styled-components": "^4.4.1" + "react-scripts": "3.3.0" }, "scripts": { "start": "react-scripts start", -- cgit v1.2.3