initial commit after split

This commit is contained in:
2026-06-24 01:43:21 +02:00
parent 23213b15e2
commit d922b7701c
47 changed files with 4432 additions and 0 deletions

10
webui/src/module.ts Normal file
View File

@@ -0,0 +1,10 @@
import type { PlatformWebModule } from "@govoplan/core-webui";
export const mailModule: PlatformWebModule = {
id: "mail",
label: "Mail",
version: "1.0.0",
dependencies: ["access"]
};
export default mailModule;