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:
10
src/entrypoints/onboarding.ts
Normal file
10
src/entrypoints/onboarding.ts
Normal 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>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user