Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mgilangjanuar committed Jan 2, 2022
1 parent d195396 commit b7f13d4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions web/src/pages/dashboard/components/TableFiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b7f13d4

Please sign in to comment.