feat: create run ui directory

This commit is contained in:
amhsirak
2025-01-09 20:02:58 +05:30
parent 4325070c39
commit 82b8b4d51f
10 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
import { default as axios } from "axios";
import { WorkflowFile } from "maxun-core";
import { RunSettings } from "../components/molecules/RunSettings";
import { RunSettings } from "../components/run/RunSettings";
import { ScheduleSettings } from "../components/molecules/ScheduleSettings";
import { CreateRunResponse, ScheduleRunResponse } from "../pages/MainPage";
import { apiUrl } from "../apiConfig";