Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
namansleeps committed Sep 18, 2023
1 parent 9baa9b5 commit c29b9a0
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions gui/pages/Content/Agents/AgentCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,9 @@ import {
updateExecution,
uploadFile,
getAgentDetails, addAgentRun, fetchModels,
getAgentWorkflows, validateOrAddModels, publishTemplateToMarketplace
getAgentWorkflows, publishTemplateToMarketplace
} from "@/pages/api/DashboardService";
import {
formatBytes,
openNewTab,
removeTab,
setLocalStorageValue,
setLocalStorageArray,
returnResourceIcon,
getUserTimezone,
createInternalId,
preventDefault,
excludedToolkits,
getUserClick
} from "@/utils/utils";
import {formatBytes, openNewTab, removeTab, setLocalStorageValue, setLocalStorageArray, returnResourceIcon, getUserTimezone, createInternalId, preventDefault, excludedToolkits, getUserClick} from "@/utils/utils";
import {EventBus} from "@/utils/eventBus";
import styles from "@/pages/Content/Agents/Agents.module.css";
import styles1 from "@/pages/Content/Knowledge/Knowledge.module.css";
Expand Down

0 comments on commit c29b9a0

Please sign in to comment.