dummy workspace context for language root

This commit is contained in:
Mads Rasmussen
2023-03-14 15:11:15 +01:00
parent 83cac9d361
commit 9b3b315269
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export class UmbLanguageRootWorkspaceContext {}
export default UmbLanguageRootWorkspaceContext;

View File

@@ -7,6 +7,7 @@ const workspace: ManifestWorkspace = {
loader: () => import('./language-root-workspace.element'),
meta: {
entityType: 'language-root',
api: () => import('./language-root-workspace.context'),
},
};