mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 10:34:02 +00:00
fix: fix packege/workspace missing partial export
This commit is contained in:
parent
c6d65dbdc1
commit
f9e6913c20
@ -1 +1,4 @@
|
||||
export { Workspace } from './workspace';
|
||||
export { Workspace } from './workspace';
|
||||
export { Resource } from './resource';
|
||||
export * from './editor-window/context';
|
||||
export * from './layouts/workbench';
|
||||
|
||||
@ -6,10 +6,6 @@ import { BasicContext } from './base-context';
|
||||
import { EditorWindow } from './editor-window/context';
|
||||
import { Resource } from './resource';
|
||||
|
||||
export { Resource } from './resource';
|
||||
export * from './editor-window/context';
|
||||
export * from './layouts/workbench';
|
||||
|
||||
enum event {
|
||||
ChangeWindow = 'change_window',
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user