feat(frontend): ClaimDrawer barrel export

This commit is contained in:
Tyler
2026-06-20 11:50:44 -06:00
parent 3fec07ca4d
commit 7117f75764
+15
View File
@@ -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";