import React, {FC} from "react"; import {__} from "../../globals"; import {ListItem} from "./ListItem"; export type RecusriveProps = { } export const RepeatingLabel: FC = ({}) => { return }> {__('Repeating.')} }