mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 10:40:07 +08:00
fix: typecheck
This commit is contained in:
parent
09f2fb6538
commit
14706ec4d7
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user