fix comments

This commit is contained in:
Philipinho
2023-11-22 12:54:45 +00:00
parent 7b91b6d642
commit eb95a619db
11 changed files with 118 additions and 125 deletions

View File

@@ -1,7 +1,7 @@
import { ActionIcon } from '@mantine/core';
import { IconCircleCheck } from '@tabler/icons-react';
import { modals } from '@mantine/modals';
import { useResolveCommentMutation } from '@/features/comment/queries/comment';
import { useResolveCommentMutation } from '@/features/comment/queries/comment-query';
function ResolveComment({ commentId, pageId, resolvedAt }) {
const resolveCommentMutation = useResolveCommentMutation();