-
Reiter, Christoph authored
Add a scope so we don't have to care about naming conflicts and set the verison to 0.1.0 since we don't have a stable API yet.
Reiter, Christoph authoredAdd a scope so we don't have to care about naming conflicts and set the verison to 0.1.0 since we don't have a stable API yet.
dbp-person-profile.js 180 B
import * as commonUtils from '@dbp-toolkit/common/utils';
import {PersonProfile} from './person-profile.js';
commonUtils.defineCustomElement('dbp-person-profile', PersonProfile);