Skip to content

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonardoD committed Dec 30, 2024
1 parent 9213fb6 commit e2d700f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/modules/system/requests-table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useTranslation } from 'react-i18next';
import type { z } from 'zod';
import { invite } from '~/api/general';
import { deleteRequests, getRequests } from '~/api/requests';
import { useMutateQueryData } from '~/hooks/use-mutate-query-data';

import useSearchParams from '~/hooks/use-search-params';
import { showToast } from '~/lib/toasts';
import { useSortColumns } from '~/modules/common/data-table/sort-columns';
Expand All @@ -13,6 +13,7 @@ import { useColumns } from '~/modules/system/requests-table/columns';
import DeleteRequests from '~/modules/system/requests-table/delete-requests';
import { openFeedbackLetterSheet } from '~/modules/system/requests-table/helpers';
import { RequestsTableHeaderBar } from '~/modules/system/requests-table/table-header';
import { useMutateQueryData } from '~/query/hooks/use-mutate-query-data';
import { requestsKeys } from '~/query/query-key-factories';
import { RequestsTableRoute, type requestSearchSchema } from '~/routes/system';
import type { BaseTableMethods, Request } from '~/types/common';
Expand Down

0 comments on commit e2d700f

Please sign in to comment.