1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

undo filesize thingy

This commit is contained in:
Bogdan Fazakas 2022-10-10 16:18:04 +03:00
parent 92aae397e6
commit 618e021dc7

View File

@ -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'