Add governed Files integrity operations UI

This commit is contained in:
2026-08-04 01:04:39 +02:00
parent 04882f1628
commit 7e6be4b017
15 changed files with 841 additions and 16 deletions
+1
View File
@@ -1,6 +1,7 @@
export { default } from "./module";
export * from "./module";
export { default as FilesPage } from "./features/files/FilesPage";
export { default as FileIntegrityPanel } from "./features/files/FileIntegrityPanel";
export * from "./api/files";
export type { PlatformWebModule, PlatformNavItem, PlatformRouteContribution, PlatformRouteContext } from "@govoplan/core-webui";
export { FolderTree } from "./features/files/components/FileManagerComponents";