mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-20 17:20:07 +00:00
Upgrade to Lit 2 (#9199)
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
import "@material/mwc-button";
|
||||
import {
|
||||
css,
|
||||
CSSResultGroup,
|
||||
customElement,
|
||||
html,
|
||||
LitElement,
|
||||
property,
|
||||
TemplateResult,
|
||||
} from "lit-element";
|
||||
import { css, CSSResultGroup, html, LitElement, TemplateResult } from "lit";
|
||||
import { customElement, property } from "lit/decorators";
|
||||
import "../../components/ha-circular-progress";
|
||||
import { DataEntryFlowStepProgress } from "../../data/data_entry_flow";
|
||||
import { HomeAssistant } from "../../types";
|
||||
|
Reference in New Issue
Block a user