fix: missing useFind import

This commit is contained in:
abdou6666 2025-01-17 20:58:38 +01:00
parent 1fda01ce57
commit 515d0b7ea7

View File

@ -15,6 +15,7 @@ import AttachmentThumbnail from "@/app-components/attachment/AttachmentThumbnail
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
import { renderHeader } from "@/app-components/tables/columns/renderHeader";
import { DataGrid } from "@/app-components/tables/DataGrid";
import { useFind } from "@/hooks/crud/useFind";
import useFormattedFileSize from "@/hooks/useFormattedFileSize";
import { useSearch } from "@/hooks/useSearch";
import { useTranslate } from "@/hooks/useTranslate";