@digital-blueprint/nexus-app
Version:
[GitHub Repository](https://github.com/digital-blueprint/nexus-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/nexus-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/nexus-app/) |
10 lines (8 loc) • 491 B
JavaScript
// import '@webcomponents/scoped-custom-element-registry';
import {NexusAppShell} from './dbp-nexus-app-shell.js';
import * as commonUtils from '@dbp-toolkit/common/utils';
import {Translated} from '@dbp-toolkit/common/src/translated';
import {Translation} from '@dbp-toolkit/common/src/translation';
commonUtils.defineCustomElement('dbp-nexus', NexusAppShell);
commonUtils.defineCustomElement('dbp-translated', Translated);
commonUtils.defineCustomElement('dbp-translation', Translation);