5 lines
252 B
TypeScript
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";
|