Skip to content

Commit

Permalink
fix: missing useFind import
Browse files Browse the repository at this point in the history
  • Loading branch information
abdou6666 committed Jan 20, 2025
1 parent 1fda01c commit 515d0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/media-library/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 515d0b7

Please sign in to comment.