Skip to content
Snippets Groups Projects
dbp-matomo.js 164 B
import * as commonUtils from '@dbp-toolkit/common/utils';
import {MatomoElement} from './matomo.js';

commonUtils.defineCustomElement('dbp-matomo', MatomoElement);