Skip to content
Snippets Groups Projects
Commit 8aa1f980 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Fix the demo app missing the component registration

parent e7069984
No related branches found
No related tags found
No related merge requests found
import './index.js'; import {AppShell} from './index.js';
\ No newline at end of file import * as commonUtils from 'vpu-common/utils';
commonUtils.defineCustomElement('vpu-app-shell', AppShell);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment