Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nattvara committed Oct 5, 2023
1 parent ba3b673 commit 88eeede
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion web-ui/src/components/image/image-progress/image-progress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 88eeede

Please sign in to comment.