File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ import { useSettingsStore } from "@/hooks/stores";
9
9
import { useJsonRpc } from "@/hooks/useJsonRpc" ;
10
10
import { SettingsPageHeader } from "@components/SettingsPageheader" ;
11
11
import { SelectMenuBasic } from "@components/SelectMenuBasic" ;
12
+ import { JigglerSetting } from "@components/JigglerSetting" ;
12
13
13
14
import { cx } from "../cva.config" ;
14
-
15
- import { SettingsItem } from "./devices.$id.settings" ;
16
15
import notifications from "../notifications" ;
17
16
import SettingsNestedSection from "../components/SettingsNestedSection" ;
18
- import { JigglerSetting } from "@components/JigglerSetting" ;
17
+
18
+ import { SettingsItem } from "./devices.$id.settings" ;
19
19
20
20
export interface JigglerConfig {
21
21
inactivity_limit_seconds : number ;
You can’t perform that action at this time.
0 commit comments