MCPcopy
hub / github.com/rafgraph/spa-github-pages / RepoReadmeLink

Function RepoReadmeLink

src/components/Home.tsx:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected