From 820939ec78d4f670c93a0fde493bc7ec29c96ce2 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 31 Jul 2024 21:10:52 +0530 Subject: [PATCH] feat: use maxun-core --- src/api/storage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/storage.ts b/src/api/storage.ts index acae2121..93e99212 100644 --- a/src/api/storage.ts +++ b/src/api/storage.ts @@ -1,5 +1,5 @@ import { default as axios } from "axios"; -import { WorkflowFile } from "@wbr-project/wbr-interpret"; +import { WorkflowFile } from "maxun-core"; import { RunSettings } from "../components/molecules/RunSettings"; import { CreateRunResponse } from "../pages/MainPage";