refactor(webui): consume core access explanations

This commit is contained in:
2026-07-21 13:18:36 +02:00
parent d0ef0531c0
commit 21f77ffc50
4 changed files with 18 additions and 25 deletions
+2
View File
@@ -2,4 +2,6 @@ export { default } from "./module";
export * from "./module";
export * from "./api/admin";
export { default as AdminPage } from "./features/admin/AdminPage";
export { ResourceAccessExplanation } from "@govoplan/core-webui";
export type { ResourceAccessExplanationOptions, ResourceAccessExplanationProps, ResourceAccessExplanationUser } from "@govoplan/core-webui";
export type { PlatformWebModule, PlatformNavItem, PlatformRouteContribution, PlatformRouteContext } from "@govoplan/core-webui";