Skip to content

Commit

Permalink
fix: useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
Luferov Victor committed May 23, 2023
1 parent 353a7d9 commit 70631dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/components/orders/OrderItemsMenu.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script lang="ts" setup>
import { useMutation } from '@vue/apollo-composable'
import { ChangePartialUpdate, UpdateType } from '~/composables/query-common'
import { UpdateType } from '~/composables/query-common'
import {
UnloadOrderMutation,
UnloadOrderMutationVariables,
Expand Down

0 comments on commit 70631dd

Please sign in to comment.