Skip to content
Snippets Groups Projects
Unverified Commit bf33d927 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Remove enclosing provider

parent 46cade35
No related branches found
No related tags found
No related merge requests found
Pipeline #23649 canceled
import {AppShell} from '@dbp-toolkit/app-shell'; import {AppShell} from '@dbp-toolkit/app-shell';
import * as commonUtils from '@dbp-toolkit/common/utils'; import * as commonUtils from '@dbp-toolkit/common/utils';
import {Provider} from '@dbp-toolkit/provider';
// It's important that the Provider is created before the AppShell, so the AppShell can subscribe to the Provider
commonUtils.defineCustomElement('dbp-provider', Provider);
commonUtils.defineCustomElement('dbp-signature', AppShell); commonUtils.defineCustomElement('dbp-signature', AppShell);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment