From bf33d927a17b2019bc1e10f9e4c4ca51057abf04 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Tue, 20 Apr 2021 10:30:44 +0200
Subject: [PATCH] Remove enclosing provider

---
 src/dbp-signature.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/dbp-signature.js b/src/dbp-signature.js
index 0c4d437..3239f42 100644
--- a/src/dbp-signature.js
+++ b/src/dbp-signature.js
@@ -1,7 +1,4 @@
 import {AppShell} from '@dbp-toolkit/app-shell';
 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);
-- 
GitLab