export interface Props { className?: string } const FishAnimation = ({ className }: Props): JSX.Element => (
); export default FishAnimation