From bda7600ffcce052600e52317f80a33657220949f Mon Sep 17 00:00:00 2001 From: rex <1491721419@qq.com> Date: Wed, 3 Dec 2025 17:38:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/home/src/main/ets/pages/Index.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/home/src/main/ets/pages/Index.ets b/features/home/src/main/ets/pages/Index.ets index 8e2e63f..b0eda6f 100755 --- a/features/home/src/main/ets/pages/Index.ets +++ b/features/home/src/main/ets/pages/Index.ets @@ -13,7 +13,7 @@ * limitations under the License. */ -import { Adaptive, BaseConstants, BreakpointConstants, CurrentFeature, CurrentPage } from 'base'; +import { Adaptive, BaseConstants, CurrentFeature, CurrentPage } from 'base'; import ConversationDetailNone from '../views/Conversation/ConversationDetailNone'; import { ContactsDetail } from './ContactsDetail'; import { ContactsList } from './ContactsList'; -- Gitee