Skip to content
Snippets Groups Projects
vpu-person-profile.js 171 B
Newer Older
import * as commonUtils from 'vpu-common/utils';
import {PersonProfile} from './person-profile.js';

commonUtils.defineCustomElement('vpu-person-profile', PersonProfile);