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/)

7 lines (5 loc) 265 B
import * as commonUtils from '@dbp-toolkit/common/utils'; import {ThemeSwitcher} from './theme-switcher'; import {Themed} from './themed'; commonUtils.defineCustomElement('dbp-theme-switcher', ThemeSwitcher); commonUtils.defineCustomElement('dbp-themed', Themed);