fix: @df/toco-ui => @toco-design/components

This commit is contained in:
jackycheng
2025-01-08 11:18:06 +08:00
parent f2cba9f5c4
commit 1216e08bb9
11 changed files with 14 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
import { Theme } from '@/app/enum';
import { useAppSelector } from '@/app/hooks';
import { SettingOutlined } from '@ant-design/icons';
import { Button, Image, Popover } from '@df/toco-ui';
import { Button, Image, Popover } from '@toco-design/components';
import classNames from 'classnames';
import { useMemo } from 'react';
import styles from './index.module.css';