mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
Remove unused import for applyModeSteps
Removed unused import for applyModeSteps from process-group-dom.js.
This commit is contained in:
parent
a8595e1575
commit
c8bdb2f044
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ import { store as tasksStore } from "/components/sidebar/tasks/tasks-store.js";
|
|||
import { store as chatTopStore } from "/components/chat/top-section/chat-top-store.js";
|
||||
import { store as _tooltipsStore } from "/components/tooltips/tooltip-store.js";
|
||||
import { store as messageQueueStore } from "/components/chat/message-queue/message-queue-store.js";
|
||||
import { applyModeSteps } from "/components/messages/process-group/process-group-dom.js";
|
||||
|
||||
globalThis.fetchApi = api.fetchApi; // TODO - backward compatibility for non-modular scripts, remove once refactored to alpine
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue