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