Newer
Older
import * as commonUtils from 'vpu-common/utils';
import {PersonProfile} from './person-profile.js';
commonUtils.defineCustomElement('vpu-person-profile', PersonProfile);
import * as commonUtils from 'vpu-common/utils';
import {PersonProfile} from './person-profile.js';
commonUtils.defineCustomElement('vpu-person-profile', PersonProfile);