chore: sync GovOPlaN module split state

This commit is contained in:
2026-07-10 12:51:22 +02:00
parent 41528f1947
commit 63ff9a3366
20 changed files with 1151 additions and 0 deletions

2
webui/src/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export { opsModule as default, opsModule } from "./module";
export { default as OpsPage } from "./features/ops/OpsPage";