UNPKG
metadata-editor-workspace
Version:
latest (0.0.1)
0.0.1
Metadata Editor Workspace module for ME-Core Powered by Assyst
metadata-editor-workspace
/
src
/
app
/
workspace
/
index.ts
3 lines
(2 loc)
•
94 B
text/typescript
View Raw
1
2
3
export
{
WorkspaceService
}
from
'./workspace.service'
;
export
*
from
'./workspace.module'
;