/** * UI bundle entrypoint for the legal-ai Paperclip plugin. * * Each named export here corresponds to a `slot.exportName` in the manifest's * `ui.slots` declaration. The host loads this module as an ES module and * mounts the matching component into its slot. */ export { LegalCasesWidget } from "./LegalCasesWidget.js"; export { LegalCaseTab } from "./LegalCaseTab.js";