Add dashboard module
This commit is contained in:
6
webui/src/index.ts
Normal file
6
webui/src/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export { default } from "./module";
|
||||
export * from "./module";
|
||||
export { default as DashboardPage } from "./features/dashboard/DashboardPage";
|
||||
export { default as InstalledModulesWidget } from "./features/dashboard/widgets/InstalledModulesWidget";
|
||||
export type { DashboardWidgetContribution, DashboardWidgetsUiCapability } from "@govoplan/core-webui";
|
||||
|
||||
Reference in New Issue
Block a user