diff --git a/src/components/ClaimDrawer/index.ts b/src/components/ClaimDrawer/index.ts new file mode 100644 index 0000000..29c2966 --- /dev/null +++ b/src/components/ClaimDrawer/index.ts @@ -0,0 +1,15 @@ +// Barrel export for the ClaimDrawer module (SP4). +// +// The root ClaimDrawer component is exported separately (added in T20) +// once that file exists — listing it here now would break typecheck. + +export { ClaimDrawerHeader } from "./ClaimDrawerHeader"; +export { ValidationPanel } from "./ValidationPanel"; +export { ServiceLinesTable } from "./ServiceLinesTable"; +export { DiagnosesList } from "./DiagnosesList"; +export { PartiesGrid } from "./PartiesGrid"; +export { RawSegmentsPanel } from "./RawSegmentsPanel"; +export { MatchedRemitCard } from "./MatchedRemitCard"; +export { StateHistoryTimeline } from "./StateHistoryTimeline"; +export { ClaimDrawerSkeleton } from "./ClaimDrawerSkeleton"; +export { ClaimDrawerError } from "./ClaimDrawerError";