feat(frontend): ClaimDrawer barrel export
This commit is contained in:
@@ -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";
|
||||
Reference in New Issue
Block a user