()
| 9 | }; |
| 10 | |
| 11 | const RepoReadmeLink: React.VFC = () => ( |
| 12 | <InteractiveLink href="https://github.com/rafgraph/spa-github-pages#readme"> |
| 13 | repo readme |
| 14 | </InteractiveLink> |
| 15 | ); |
| 16 | |
| 17 | export const Home: React.VFC = () => ( |
| 18 | <div> |
nothing calls this directly
no outgoing calls
no test coverage detected