UNPKG

@difizen/magent-au

Version:
4 lines 300 B
import { ManaModule } from '@difizen/mana-app'; import { AgentConfigViewModule } from "../agent-config/module.js"; import { DebugDrawerContribution } from "./debug-drawer-contribution.js"; export var DebugModule = ManaModule.create().register(DebugDrawerContribution).dependOn(AgentConfigViewModule);