1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 04:39:01 +00:00

Convert onboarding to Lit (#2894)

* Convert onboarding to Lit

* Apply suggestions from code review

Co-Authored-By: balloob <paulus@home-assistant.io>

* Add confirm password field
This commit is contained in:
Paulus Schoutsen
2019-03-08 13:51:37 -08:00
committed by GitHub
parent f809bf0550
commit ee948302ed
10 changed files with 319 additions and 208 deletions

View File

@@ -0,0 +1,10 @@
import "../components/ha-iconset-svg";
import "../resources/ha-style";
import "../resources/roboto";
import "../onboarding/ha-onboarding";
declare global {
interface Window {
stepsPromise: Promise<Response>;
}
}