Update UI Dependencies

This commit is contained in:
Qstick
2022-12-20 10:20:39 -06:00
parent 31f0e8212e
commit 2a2e859420
3 changed files with 176 additions and 188 deletions

View File

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