UNPKG

@digital-blueprint/dispatch-app

Version:

[GitHub Repository](https://github.com/digital-blueprint/dispatch-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/dispatch-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/dispatch-app/) | [Dispatch Bundle](https://gi

10 lines (8 loc) 479 B
import '@webcomponents/scoped-custom-element-registry'; import {AppShell} from '@dbp-toolkit/app-shell'; 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-dispatch', AppShell); commonUtils.defineCustomElement('dbp-translated', Translated); commonUtils.defineCustomElement('dbp-translation', Translation);