fix: fix packege/workspace missing partial export

This commit is contained in:
liujuping 2022-12-30 11:43:31 +08:00 committed by 林熠
parent c6d65dbdc1
commit f9e6913c20
2 changed files with 4 additions and 5 deletions

View File

@ -1 +1,4 @@
export { Workspace } from './workspace';
export { Workspace } from './workspace';
export { Resource } from './resource';
export * from './editor-window/context';
export * from './layouts/workbench';

View File

@ -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',