import type { FC } from "react"; import { observer } from "mobx-react"; type Props = { cycleId: string; projectId: string; }; export const CycleAdditionalActions: FC = observer(() => <>);