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';