UNPKG

@difizen/magent-au

Version:
4 lines 275 B
import { ManaModule } from '@difizen/mana-app'; import { KnowledgeModalContribution } from "./knowledge-modal/index.js"; import { AgentConfigView } from "./view.js"; export var AgentConfigViewModule = ManaModule.create().register(AgentConfigView, KnowledgeModalContribution);