5 lines
166 B
TypeScript
5 lines
166 B
TypeScript
// Barrel export for the AckDrawer module (SP21 Phase 5 Task 5.2).
|
|
|
|
export { AckDrawer } from "./AckDrawer";
|
|
export { SegmentStatusList } from "./SegmentStatusList";
|