FN-6095: remove reports dashboard re-export

Avoid exporting the dashboard view from the reports plugin entrypoint to reduce CSS import crash risk.

- stop re-exporting ReportsDashboardView from the plugin index module
- keep the dashboard view registered through componentPath without loading dashboard-only code on import

Files changed:
 plugins/fusion-plugin-reports/src/index.ts | 1 -
 1 file changed, 1 deletion(-)

Fusion-Task-Id: FN-6095

Fusion-Task-Lineage: 8737a009-7466-42fd-b616-d3b89d84b6a6
This commit is contained in:
gsxdsm
2026-06-09 11:25:36 -07:00
parent 7842bc237e
commit c98f27f525

View File

@@ -16,7 +16,6 @@ import {
} from "./settings.js";
import type { ReportCadence, ReportCreateInput } from "./store/report-types.js";
import { ReportStore } from "./store/report-store.js";
export { ReportsDashboardView } from "./dashboard-view.js";
const plugin = definePlugin({
manifest: {