Files
sgw-owner-app/components/diary/TripDetailSections/index.ts

5 lines
252 B
TypeScript

export { default as SectionCard } from "./SectionCard";
export { default as AlertsSection } from "./AlertsSection";
export { default as FishingLogsSection } from "./FishingLogsSection";
export { default as BasicInfoSection } from "./BasicInfoSection";