diff --git a/web-ui/src/components/image/image-progress/image-progress.tsx b/web-ui/src/components/image/image-progress/image-progress.tsx index caab541..383b21d 100644 --- a/web-ui/src/components/image/image-progress/image-progress.tsx +++ b/web-ui/src/components/image/image-progress/image-progress.tsx @@ -5,7 +5,17 @@ import { SyncOutlined, } from '@ant-design/icons'; import styles from './image-progress.less'; -import { Row, Col, Space, Progress, Tag, Collapse, Typography, Button, Tooltip } from 'antd'; +import { + Row, + Col, + Space, + Progress, + Tag, + Collapse, + Typography, + Button, + Tooltip, +} from 'antd'; import { Image } from '@/types/search'; import { useEffect } from 'react';