From 8f5927be0e4e5312a9e0a5ba6cd2cdcb76392aac Mon Sep 17 00:00:00 2001 From: xujiang Date: Tue, 8 Sep 2020 09:13:13 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E6=94=B9CardPicker=E4=B8=ADic?= =?UTF-8?q?on=E6=96=87=E4=BB=B6=E5=BC=95=E5=85=A5=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CardPicker/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CardPicker/index.tsx b/src/components/CardPicker/index.tsx index 894f725..991c453 100644 --- a/src/components/CardPicker/index.tsx +++ b/src/components/CardPicker/index.tsx @@ -1,6 +1,6 @@ import { useState, useEffect, memo } from 'react'; import classnames from 'classnames'; -import Icon from '../Icon/icon'; +import Icon from '../Icon/'; import styles from './index.less'; import { IconTypes } from '../DynamicEngine/schema'; import React from 'react';