This commit is contained in:
smanylov
2026-02-04 15:13:17 +07:00
parent 7c757a3c59
commit 5df5e340e5
8 changed files with 14 additions and 8 deletions
@@ -2,7 +2,7 @@ import { convertBytes } from '@/app/lib/convertBytes';
import { toast } from 'sonner';
import { useState, ReactNode } from 'react';
import { useTranslations } from 'next-intl';
import ModalWindow from '@/app/components/modalWindow';
import ModalWindow from '@/app/components/ModalWindow';
import { IconEye, IconDownload } from '@/app/ui/icons/icons';
export function SearchedUserFilesList({ list }: { list: any }) {