FN-6094: remove printing press UI re-exports

Avoid CSS import crashes by narrowing the printing press plugin entry exports.

- stop re-exporting dashboard view modules from the plugin entrypoint
- stop re-exporting the test runner panel from the plugin entrypoint
- keep runtime store, workflow step, and type exports intact

Files changed:
 plugins/fusion-plugin-cli-printing-press/src/index.ts | 3 ---
 1 file changed, 3 deletions(-)

Fusion-Task-Id: FN-6094

Fusion-Task-Lineage: 9f544288-0134-4df2-90a6-f2378ad39f23
This commit is contained in:
gsxdsm
2026-06-09 11:23:13 -07:00
parent 6271778dde
commit 7842bc237e

View File

@@ -54,9 +54,6 @@ const plugin = definePlugin({
});
export default plugin;
export { CliPrintingPressWizardView } from "./dashboard-view.js";
export { CliPrintingPressManageView } from "./manage-view.js";
export { CliPrintingPressTestRunner } from "./run/TestRunnerPanel.js";
export { createCliPressStore, ensureCliPressSchema } from "./store/cli-press-store.js";
export { CLI_PRINTING_PRESS_WORKFLOW_STEPS } from "./workflow-steps.js";
export * from "./store/cli-press-types.js";