diff --git a/src/components/@shared/FileIcon/index.tsx b/src/components/@shared/FileIcon/index.tsx index 958f490ce..0d0e3fbb0 100644 --- a/src/components/@shared/FileIcon/index.tsx +++ b/src/components/@shared/FileIcon/index.tsx @@ -1,5 +1,5 @@ import React, { ReactElement } from 'react' -import filesize from 'filesize' +import { filesize } from 'filesize' import cleanupContentType from '@utils/cleanupContentType' import styles from './index.module.css' import Loader from '@shared/atoms/Loader'