Skip to content

Commit 75b42b9

Browse files
committed
fix: import path for ScheduleSettings
1 parent e37512c commit 75b42b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { default as axios } from "axios";
22
import { WorkflowFile } from "maxun-core";
33
import { RunSettings } from "../components/run/RunSettings";
4-
import { ScheduleSettings } from "../components/robot/ScheduleSettings";
4+
import { ScheduleSettings } from "../components/robot/pages/ScheduleSettingsPage";
55
import { CreateRunResponse, ScheduleRunResponse } from "../pages/MainPage";
66
import { apiUrl } from "../apiConfig";
77

0 commit comments

Comments
 (0)