chore: remove redundant duplicate flow mutation

This commit is contained in:
Ali BARIN
2024-09-11 09:28:55 +00:00
committed by Faruk AYDIN
parent 22299868fa
commit 8352540fcb
5 changed files with 0 additions and 113 deletions

View File

@@ -11,7 +11,6 @@ import { Link } from 'react-router-dom';
import Can from 'components/Can';
import * as URLS from 'config/urls';
import { DELETE_FLOW } from 'graphql/mutations/delete-flow';
import { DUPLICATE_FLOW } from 'graphql/mutations/duplicate-flow';
import useFormatMessage from 'hooks/useFormatMessage';
import useDuplicateFlow from 'hooks/useDuplicateFlow';