(value: Fruits)
| 23 | const [font, setFont] = React.useState<FontsEnum>(FontsEnum.NoFormat); |
| 24 | |
| 25 | const handleFruit = (value: Fruits) => setFruit(value); |
| 26 | |
| 27 | return ( |
| 28 | <ScreenWrapper> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…