fix: typecheck

This commit is contained in:
fullex 2025-11-01 19:11:17 +08:00
parent 09f2fb6538
commit 14706ec4d7

View File

@ -17,7 +17,7 @@ export { IpcAdapter } from './core/adapters/IpcAdapter'
export { apiHandlers } from './handlers'
// Services (still used by handlers)
export { TestService } from './services/TestService'
export { TestService } from '@data/services/TestService'
// Re-export types for convenience
export type { CreateTestItemDto, TestItem, UpdateTestItemDto } from '@shared/data/api'