From 42792c9df5e042c54bad66b218f6116e17957fa1 Mon Sep 17 00:00:00 2001 From: anlyyao Date: Fri, 18 Oct 2024 16:04:12 +0800 Subject: [PATCH] chore: remove useless imports --- src/style/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style/index.js b/src/style/index.js index 6366843e7..a20b6dcf0 100644 --- a/src/style/index.js +++ b/src/style/index.js @@ -1,3 +1,2 @@ -import '../_common/style/web/_global.less'; // theme(用于换肤) import '../_common/style/mobile/theme/_index.less';