From 82d6e4a96f83fc74b29b10a1cdff9fc784ed1cb2 Mon Sep 17 00:00:00 2001 From: zhushengjie <1794541268@qq.com> Date: Thu, 17 Nov 2022 19:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=A9=E7=8E=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index 75cd0e3..17d4e57 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -5,7 +5,7 @@ import { DpState, dpStateAtom, selectDpStateAtom } from '@/atoms'; import { getDpStateMapByDevInfo, mapDpsMapToDpStateMap, getDpCodeMapByDevInfo } from '@/utils'; import { ScrollView, View, Text, Image } from '@ray-js/components'; import HubCircle from '@/components/hubCircle'; -import HubColorCircle from '@/components/hubColorCircle'; +import HubColorCircle from '@/components/hubColorCircle/index2/index1'; import { hooks, kit } from '@ray-js/panel-sdk'; import styles from './index.module.less'; import imgs from '../../res'; -- 2.18.1