Initialize governed Views module

This commit is contained in:
2026-07-28 21:04:44 +02:00
commit e14432db73
34 changed files with 6013 additions and 0 deletions

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

@@ -0,0 +1,3 @@
export { default, viewsModule } from "./module";
export * from "./api/views";