()
| 64 | } |
| 65 | |
| 66 | const ExampleButton = (): JSX.Element => { |
| 67 | return ( |
| 68 | <BleepsProvider {...bleepsSettings}> |
| 69 | <Animator> |
| 70 | <div> |
| 71 | <Button /> |
| 72 | </div> |
| 73 | </Animator> |
| 74 | </BleepsProvider> |
| 75 | ) |
| 76 | } |
| 77 | |
| 78 | export { ExampleButton } |
nothing calls this directly
no outgoing calls
no test coverage detected