Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed May 31, 2023
1 parent 937194e commit 50375f4
Showing 1 changed file with 1 addition and 11 deletions.
Expand Up @@ -100,17 +100,7 @@
</template>

<script lang="ts">
import {
computed,
defineComponent,
nextTick,
onBeforeUnmount,
onMounted,
PropType,
ref,
unref,
watch
} from 'vue'
import { computed, defineComponent, nextTick, PropType, ref, unref, watch } from 'vue'
import { useGettext } from 'vue3-gettext'
import { AVAILABLE_SIZES, EVENT_ITEM_DROPPED_BREADCRUMB } from '../../helpers/constants'
Expand Down

0 comments on commit 50375f4

Please sign in to comment.