Files
SeaGateway-App/components/tripInfo/modal/NetDetailModal/components/index.ts
2025-11-03 19:49:42 +07:00

8 lines
355 B
TypeScript

export { CatchSectionHeader } from "./CatchSectionHeader";
export { FishCardForm } from "./FishCardForm";
export { FishCardHeader } from "./FishCardHeader";
export { FishCardList } from "./FishCardList";
export { FishSelectDropdown } from "./FishSelectDropdown";
export { InfoSection } from "./InfoSection";
export { NotesSection } from "./NotesSection";