import * as commonUtils from 'vpu-common/utils';
import {PersonProfile} from './person-profile.js';

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