change file-info modal window styles

This commit is contained in:
smanylov
2026-03-05 17:37:53 +07:00
parent b79d8b8879
commit 57ceddd9ee
4 changed files with 24 additions and 55 deletions
-2
View File
@@ -6,8 +6,6 @@ import { useQueryClient } from '@tanstack/react-query';
import { Pagination } from '@/app/components/Pagination';
import { useTranslations } from 'next-intl';
import { AllowedExtensions } from '@/app/ui/search/section-search-file';
import { getFileType } from '@/app/lib/getFileType';
export interface SearchItem {
url: string,
pageTitle: string,