feat(frontend): ClaimDrawer root orchestrator with skeleton/error/data states

This commit is contained in:
Tyler
2026-06-20 12:00:27 -06:00
parent 7117f75764
commit 436cbead11
3 changed files with 642 additions and 3 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
// 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 { ClaimDrawer } from "./ClaimDrawer";
export { ClaimDrawerHeader } from "./ClaimDrawerHeader";
export { ValidationPanel } from "./ValidationPanel";
export { ServiceLinesTable } from "./ServiceLinesTable";