Update UI dependencies

This commit is contained in:
Bogdan 2023-05-13 01:25:27 +03:00
parent 1372318c25
commit f621d3c3e7
3 changed files with 577 additions and 985 deletions

View file

@ -1,4 +1,4 @@
import filesize from 'filesize';
import { filesize } from 'filesize';
function formatBytes(input, showBits = false) {
const size = Number(input);