diff --git a/features/home/src/main/ets/pages/Index.ets b/features/home/src/main/ets/pages/Index.ets index 8e2e63f7ed930d2d9eef1196cd18f7d6f05ca4d7..b0eda6f814b295cfdd7c4cb4524b31867f97b000 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';