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);