Skip to content

Commit fc08833

Browse files
committed
Fix vite error
1 parent 54d36c8 commit fc08833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/automations/dialogs/EditAutomation.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
hmsLoaded,
1515
homescripts,
1616
parseCronExpressionToTime,
17+
type automation,
1718
type editAutomation,
1819
} from "../main";
19-
import type { automation, editAutomation } from "../main";
2020
import Inputs from "./Inputs.svelte";
2121
import FormField from "@smui/form-field";
2222
import Checkbox from "@smui/checkbox";

0 commit comments

Comments
 (0)