This commit is contained in:
smanylov
2026-01-23 12:19:41 +07:00
parent 8f8302f76f
commit 38ce69047d
@@ -3,7 +3,6 @@
import { useTranslations } from 'next-intl'; import { useTranslations } from 'next-intl';
import { useQuery } from '@tanstack/react-query'; import { useQuery } from '@tanstack/react-query';
import { getUserFilesInfo } from '@/app/actions/action'; import { getUserFilesInfo } from '@/app/actions/action';
import { convertBytes } from '@/app/lib/convertBytes';
type FilesInfo = { type FilesInfo = {
totalSize: number; totalSize: number;