Skip to content

Commit

Permalink
fix(client): wrong import path
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Mar 31, 2024
1 parent 80ac5fb commit 4abcdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/system/ticket/TicketHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<script setup lang="ts">
import { useI18n } from 'vue-i18n'
import { TicketDetail, TicketFlowStatus } from '/Users/yoyo930021/git/conf-ops/client/src/api/modules/ticket/types'
import { TicketDetail, TicketFlowStatus } from '@/api/modules/ticket/types'
import { DataFormat, Review, Unknown } from '@vicons/carbon'
import { getStatusType } from '@/functions/useTicket'
import { NTag } from 'naive-ui'
Expand Down

0 comments on commit 4abcdf8

Please sign in to comment.