This commit is contained in:
Niels Lyngsø
2023-01-04 09:30:20 +01:00
parent b70a6216f5
commit 4fabc2db65

View File

@@ -1,9 +1,8 @@
import { html, LitElement } from 'lit';
import { customElement, property } from 'lit/decorators.js';
import { UmbContextConsumerMixin } from '@umbraco-cms/context-api';
@customElement('umb-packages-created-item')
export class UmbPackagesCreatedItem extends UmbContextConsumerMixin(LitElement) {
export class UmbPackagesCreatedItem extends LitElement {
@property({ type: Object })
package!: any;