From 8aa1f98020ca0d233028e654007b2db1910bc2fe Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Mon, 20 Apr 2020 13:50:17 +0200
Subject: [PATCH] Fix the demo app missing the component registration

---
 packages/app-shell/src/demo.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/packages/app-shell/src/demo.js b/packages/app-shell/src/demo.js
index 7a1d051c..d6699707 100644
--- a/packages/app-shell/src/demo.js
+++ b/packages/app-shell/src/demo.js
@@ -1 +1,4 @@
-import './index.js';
\ No newline at end of file
+import {AppShell} from './index.js';
+import * as commonUtils from 'vpu-common/utils';
+
+commonUtils.defineCustomElement('vpu-app-shell', AppShell);
\ No newline at end of file
-- 
GitLab