From 84eaefd1c5ca31f17d830f798d6f00e7006737b3 Mon Sep 17 00:00:00 2001 From: "Y." Date: Fri, 18 Oct 2024 16:15:36 +0800 Subject: [PATCH] chore: remove useless imports (#1624) --- 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';