We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4dda42 commit bfaccdaCopy full SHA for bfaccda
components/management/DataTable.tsx
@@ -2,7 +2,7 @@
2
3
import React, { useState, useMemo, useEffect } from 'react';
4
import { Table, Button, Space, Popconfirm } from 'antd';
5
-import { EditOutlined, DeleteOutlined, RightOutlined, DownOutlined } from '@ant-design/icons';
+import { EditOutlined, DeleteOutlined } from '@ant-design/icons';
6
import type { ColumnsType } from 'antd/es/table';
7
import { Link } from '@/types/link';
8
import { Category } from '@/types/category';
0 commit comments