integrate @umbraco-cms/element and @umbraco-cms/context-api due to circular dependencies

This commit is contained in:
Jacob Overgaard
2023-01-23 16:24:42 +01:00
parent f836800220
commit e87439ff5f
168 changed files with 274 additions and 436 deletions

View File

@@ -1,6 +1,6 @@
import { html } from 'lit';
import { customElement, property } from 'lit/decorators.js';
import { UmbLitElement } from '@umbraco-cms/element';
import { UmbLitElement } from '../element';
@customElement('umb-context-provider')
export class UmbContextProviderElement extends UmbLitElement {