Skip to content
Snippets Groups Projects
Select Git revision
  • fe3e184f52a0b2faadc96f53611f890b000db6da
  • main default protected
  • renovate/lock-file-maintenance
  • demo protected
  • person-select-custom
  • dbp-translation-component
  • icon-set-mapping
  • port-i18next-parser
  • remove-sentry
  • favorites-and-recent-files
  • revert-6c632dc6
  • lit2
  • advertisement
  • wc-part
  • automagic
  • publish
  • wip-cleanup
  • demo-file-handling
18 results

yarn.lock

Blame
  • This project manages its dependencies using Yarn. Learn more
    dbp-signature.js 425 B
    import {AppShell} from '@dbp-toolkit/app-shell';
    import * as commonUtils from '@dbp-toolkit/common/utils';
    import {Translated} from '@dbp-toolkit/common/src/translated';
    import {TUGrazLogo} from '@dbp-toolkit/app-shell/src/tugraz-logo';
    
    commonUtils.defineCustomElement('dbp-signature', AppShell);
    commonUtils.defineCustomElement('dbp-translated', Translated);
    commonUtils.defineCustomElement('dbp-tugraz-logo', TUGrazLogo);