feat: services table with dnd
This commit is contained in:
@ -11,7 +11,8 @@ import {
|
||||
updateServiceCategoryMutation,
|
||||
} from "@/lib/client/@tanstack/react-query.gen";
|
||||
import { ServiceType } from "@/modules/dealModularEditorTabs/FulfillmentBase/shared/types/service";
|
||||
import { getMaxLexorankByKey, getNewLexorank } from "@/utils/lexorank";
|
||||
import { getMaxLexorankByKey } from "@/utils/lexorank/max";
|
||||
import { getNewLexorank } from "@/utils/lexorank/generation";
|
||||
|
||||
type UseServiceCategoryProps = {
|
||||
queryKey: any[];
|
||||
|
||||
@ -10,7 +10,8 @@ import {
|
||||
deleteServiceMutation,
|
||||
updateServiceMutation,
|
||||
} from "@/lib/client/@tanstack/react-query.gen";
|
||||
import { getMaxByLexorank, getNewLexorank } from "@/utils/lexorank";
|
||||
import { getMaxByLexorank } from "@/utils/lexorank/max";
|
||||
import { getNewLexorank } from "@/utils/lexorank/generation";
|
||||
|
||||
type UseServicesProps = {
|
||||
queryKey: any[];
|
||||
|
||||
Reference in New Issue
Block a user