import {AppShell} from './app-shell.js';
import * as commonUtils from 'vpu-common/utils';

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