move ref for installer-layout

This commit is contained in:
Jacob Overgaard
2022-08-01 15:22:53 +02:00
parent 5bcfba418e
commit ad18c239aa
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
import '../installer/installer-layout.element';
import { css, CSSResultGroup, html, LitElement } from 'lit';
import { customElement, property } from 'lit/decorators.js';
import { ifDefined } from 'lit/directives/if-defined.js';

View File

@@ -1,3 +1,4 @@
import '../installer/installer-layout.element';
import './upgrader-view.element';
import { html, LitElement } from 'lit';