chore: 修复最后一批导入路径错误
- 修复 wallet API 中的 orders 导入 - 修复 admin API 中的 authStorage 导入 - 修复 seller composables 和测试文件导入 - 修复 admin index.ts 导出名称 类型错误:113 → 108
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { ChargeMode, QuantityKey, ScreenshotKey } from '@/api/listingOptions'
|
||||
import type { ChargeMode, QuantityKey, ScreenshotKey } from '@/features/listings/api/listingOptions'
|
||||
import type { PublishDraft, PublishForm } from '@/types/publish'
|
||||
|
||||
export function defaultPublishForm(): PublishForm {
|
||||
|
||||
Reference in New Issue
Block a user