From 4186d9ee63602305b3007fbf73f890e285a52fe3 Mon Sep 17 00:00:00 2001 From: Cola Date: Tue, 15 Nov 2022 15:26:37 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20mui/icons=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 763a4f03..b2e3069a 100644 --- a/client/package.json +++ b/client/package.json @@ -10,13 +10,14 @@ "test": "jest" }, "dependencies": { + "@mui/icons-material": "^5.10.9", "@tanstack/react-query": "^4.16.1", "axios": "^1.1.3", "classnames": "^2.3.2", - "shared": "1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.4.3", + "shared": "1.0.0", "tailwindcss": "^3.2.4", "zustand": "^4.1.4" },