@digital-blueprint/mono-app
Version:
[GitHub Repository](https://github.com/digital-blueprint/mono-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/mono-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/mono-app/) | [Mono Bundle](https://github.com/digital
9 lines (7 loc) • 385 B
JavaScript
import {AppShell} from '@dbp-toolkit/app-shell';
import * as commonUtils from '@dbp-toolkit/common/utils';
import {Logo} from '@tugraz/web-components';
import {Translated} from '@dbp-toolkit/common/src/translated';
commonUtils.defineCustomElement('dbp-mono', AppShell);
commonUtils.defineCustomElement('tug-logo', Logo);
commonUtils.defineCustomElement('dbp-translated', Translated);