mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 11:55:47 -06:00
bfe2786957
* refactor(ui): remove dead exports * chore(deadcode): refresh export baseline * refactor(gateway): privatize chat media fields
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
import { AgentSelect } from "./agent-select.ts";
|
|
|
|
if (!customElements.get("openclaw-agent-select")) {
|
|
customElements.define("openclaw-agent-select", AgentSelect);
|
|
}
|