refactor: optimize Vue imports across event components
Reorganize imports in event-page.vue, event-distance.vue, and event-card.vue to enhance code clarity. Move type imports to separate lines from regular imports, improving readability. Ensure consistency in import style across all event-related components and streamline the handling of type definitions.
This commit is contained in:
@@ -102,8 +102,8 @@ import { computed, ref, watch } from 'vue'
|
||||
import { useDisplay } from 'vuetify'
|
||||
|
||||
import { useI18n } from '#i18n'
|
||||
import type { FindEventsQueryVariables } from '~/graphql/generated/operations'
|
||||
import {
|
||||
type FindEventsQueryVariables,
|
||||
useFetchAddressLazyQuery,
|
||||
useFindEventsQuery,
|
||||
useSaveOriginMutation,
|
||||
|
||||
Reference in New Issue
Block a user