()
| 31 | |
| 32 | // Needed for ripple effect when pressing `Button`, however navigation is handled by `Link` |
| 33 | const noop = () => {}; |
| 34 | |
| 35 | const GetStartedButton = () => { |
| 36 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…