统一前端共享工具入口
This commit is contained in:
@@ -10,8 +10,8 @@ import {
|
||||
type Listing,
|
||||
} from '@/features/listings'
|
||||
import { formatCent, formatMoneyWithSymbol } from '@/shared/utils/money'
|
||||
import { listingReviewStatusLabel, listingStatusLabel } from '@/utils/statusLabels'
|
||||
import { formatListingCode, getListingSellerPrice } from '@/utils/listingDisplay'
|
||||
import { listingReviewStatusLabel, listingStatusLabel } from '@/shared/utils/statusLabels'
|
||||
import { formatListingCode, getListingSellerPrice } from '@/shared/utils/listingDisplay'
|
||||
|
||||
const loading = ref(false)
|
||||
const submittingID = ref<number | null>(null)
|
||||
|
||||
Reference in New Issue
Block a user