Skip to content
Snippets Groups Projects
dbp-app-shell.js 159 B
Newer Older
import {AppShell} from './app-shell.js';
import * as commonUtils from '@dbp-toolkit/common/utils';

commonUtils.defineCustomElement('dbp-app-shell', AppShell);