forked from opentiny/tiny-engine
refactor: move global composable to common package (#610)
This commit is contained in:
parent
2831861271
commit
5fb9d04eba
|
|
@ -13,3 +13,4 @@
|
|||
import './i18n'
|
||||
|
||||
export * from './component'
|
||||
export * from './composable'
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
export * from './composable'
|
||||
|
||||
export {
|
||||
useLayout,
|
||||
useCanvas,
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue