refactor: move global composable to common package (#610)

This commit is contained in:
Hexqi 2024-06-30 14:26:52 +08:00 committed by GitHub
parent 2831861271
commit 5fb9d04eba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 2 additions and 3 deletions

0
.husky/pre-commit Normal file → Executable file
View File

View File

@ -13,3 +13,4 @@
import './i18n'
export * from './component'
export * from './composable'

View File

@ -10,8 +10,6 @@
*
*/
export * from './composable'
export {
useLayout,
useCanvas,

View File

@ -38,4 +38,4 @@ export { default as defaultRegistry } from './registry'
export * from '@opentiny/tiny-engine-entry'
export { EditorInfoService, AppService } from '@opentiny/tiny-engine-controller'
export { EditorInfoService, AppService } from '@opentiny/tiny-engine-common'