diff options
Diffstat (limited to 'src/types/graphql/mutations.ts')
| -rw-r--r-- | src/types/graphql/mutations.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/types/graphql/mutations.ts b/src/types/graphql/mutations.ts index 581a46e..6ff066c 100644 --- a/src/types/graphql/mutations.ts +++ b/src/types/graphql/mutations.ts @@ -1,5 +1,4 @@ -import { sendCommentMutation } from '../../services/graphql/comments.mutation'; -import { sendMailMutation } from '../../services/graphql/contact.mutation'; +import { sendCommentMutation, sendMailMutation } from '../../services/graphql'; //=========================================================================== // Existing mutations list |
