()
| 3717 | } |
| 3718 | |
| 3719 | function Blocked() { |
| 3720 | readText('blocked'); |
| 3721 | return ( |
| 3722 | <> |
| 3723 | <Preloads /> |
| 3724 | <img src="image2" /> |
| 3725 | </> |
| 3726 | ); |
| 3727 | } |
| 3728 | |
| 3729 | function App() { |
| 3730 | ReactDOM.preload('font', {as: 'font'}); |
nothing calls this directly
no test coverage detected