refactor: optimize Vue imports across event components #2506
Reference in New Issue
Block a user
Delete Branch "refactor/optimize-vue-imports"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.