chore: 修复最后一批导入路径错误

- 修复 wallet API 中的 orders 导入
- 修复 admin API 中的 authStorage 导入
- 修复 seller composables 和测试文件导入
- 修复 admin index.ts 导出名称

类型错误:113 → 108
This commit is contained in:
yml2213
2026-06-04 09:40:58 +08:00
parent 29e79ff835
commit 5ba154c193
6 changed files with 21 additions and 9 deletions
@@ -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 {