UNPKG

@digital-blueprint/lunchlottery-app

Version:

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

10 lines (8 loc) 453 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 {Logo} from '@tugraz/web-components'; commonUtils.defineCustomElement('dbp-lunchlottery-app', AppShell); commonUtils.defineCustomElement('dbp-translated', Translated); commonUtils.defineCustomElement('tug-logo', Logo);