/* eslint-disable */ // @ts-nocheck import { useTranslation } from "react-i18next"; import { TimeSelectorControl } from "../../components/time-selector/TimeSelectorControl"; export const LifespanField = () => { const { t } = useTranslation(); return ( ); };