@digital-blueprint/bulletin-app
Version:
[GitHub Repository](https://github.com/digital-blueprint/bulletin-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/bulletin-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/bulletin-app/) | [Bulletin Bundle](https://gi
8 lines (6 loc) • 349 B
JavaScript
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';
commonUtils.defineCustomElement('dbp-bulletin', AppShell);
commonUtils.defineCustomElement('dbp-translated', Translated);