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