Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import
LinkList from
'./LinkList'
;
3
4
class
App extends Component {
5
render() {
6
return
<LinkList />;
7
}
8
}
9
10
export
default App;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected