Skip to content

Commit bfaccda

Browse files
committed
删除无用引用
1 parent c4dda42 commit bfaccda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/management/DataTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import React, { useState, useMemo, useEffect } from 'react';
44
import { Table, Button, Space, Popconfirm } from 'antd';
5-
import { EditOutlined, DeleteOutlined, RightOutlined, DownOutlined } from '@ant-design/icons';
5+
import { EditOutlined, DeleteOutlined } from '@ant-design/icons';
66
import type { ColumnsType } from 'antd/es/table';
77
import { Link } from '@/types/link';
88
import { Category } from '@/types/category';

0 commit comments

Comments
 (0)