diff --git a/web/src/pages/dashboard/components/TableFiles.tsx b/web/src/pages/dashboard/components/TableFiles.tsx index ccf533659..1b2f09b49 100644 --- a/web/src/pages/dashboard/components/TableFiles.tsx +++ b/web/src/pages/dashboard/components/TableFiles.tsx @@ -3,22 +3,19 @@ import { AudioOutlined, BranchesOutlined, CopyOutlined, - DeleteOutlined, - ProfileOutlined, - DownloadOutlined, + DeleteOutlined, DownloadOutlined, EditOutlined, FileImageOutlined, FileOutlined, FilePdfOutlined, FolderOpenOutlined, - GlobalOutlined, - ScissorOutlined, + GlobalOutlined, ProfileOutlined, ScissorOutlined, ShareAltOutlined, SnippetsOutlined, TeamOutlined, VideoCameraOutlined } from '@ant-design/icons' -import { Button, Descriptions, Menu, Modal, Table, Typography } from 'antd' +import { Button, Descriptions, Menu, Modal, Table } from 'antd' import { SorterResult } from 'antd/lib/table/interface' import moment from 'moment' import prettyBytes from 'pretty-bytes'