Skip to content

Commit fd657fb

Browse files
committed
Add missing import
1 parent 885f456 commit fd657fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/panels/lovelace/editor/conditions/types/ha-card-condition-time.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import type {
2222
HaFormSchema,
2323
SchemaUnion,
2424
} from "../../../../../components/ha-form/types";
25+
import "../../../../../components/ha-form/ha-form";
2526

2627
const timeConditionStruct = object({
2728
condition: literal("time"),

0 commit comments

Comments
 (0)