import { useId } from 'react'; import { withOptionValue } from '../../../utils/optionValue'; const optionValue = 'Round'; function Round() { const path1 = useId(); const filter1 = useId(); return ( ); } export default withOptionValue(Round, optionValue);