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

Class App

hackernews/frontend-react/src/components/App.js:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import LinkList from './LinkList';
3
4class App extends Component {
5 render() {
6 return <LinkList />;
7 }
8}
9
10export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected