rename installer context file
This commit is contained in:
@@ -11,7 +11,7 @@ import { customElement, state } from 'lit/decorators.js';
|
||||
import { postInstallSetup } from '../core/api/fetcher';
|
||||
import { UmbContextProviderMixin } from '../core/context';
|
||||
import type { ProblemDetails } from '../core/models';
|
||||
import { UmbInstallerContext } from './installer-context';
|
||||
import { UmbInstallerContext } from './installer.context';
|
||||
|
||||
@customElement('umb-installer')
|
||||
export class UmbInstallerElement extends UmbContextProviderMixin(LitElement) {
|
||||
|
||||
Reference in New Issue
Block a user