Skip to content

Commit

Permalink
Fix vite error
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev committed Sep 28, 2022
1 parent 54d36c8 commit fc08833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/automations/dialogs/EditAutomation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
hmsLoaded,
homescripts,
parseCronExpressionToTime,
type automation,
type editAutomation,
} from "../main";
import type { automation, editAutomation } from "../main";
import Inputs from "./Inputs.svelte";
import FormField from "@smui/form-field";
import Checkbox from "@smui/checkbox";
Expand Down

0 comments on commit fc08833

Please sign in to comment.