From 0649723c3cfbb0146bcf95571e199606d720fe25 Mon Sep 17 00:00:00 2001 From: lencx Date: Thu, 15 Dec 2022 21:33:25 +0800 Subject: [PATCH] fix: add dep (#34) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 16b0a5b..7ee7be4 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "url": "https://github.com/lencx/ChatGPT" }, "dependencies": { + "@ant-design/icons": "^4.8.0", "@tauri-apps/api": "^1.2.0", "antd": "^5.0.6", "lodash": "^4.17.21",