MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / Link

Function Link

hackernews/frontend-react/src/components/Link.js:3–12  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

1import React from 'react';
2
3const Link = (props) => {
4 const { link } = props;
5 return (
6 <div>
7 <div>
8 {link.description} ({link.url})
9 </div>
10 </div>
11 );
12};
13
14export default Link;

Callers 2

mutateMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected