Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ App
Function
App
src/renderer/src/App.tsx:47–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
function App(): React.JSX.Element {
48
return (
49
<div className=
"container"
>
50
<AppContent />
51
</div>
52
)
53
}
54
55
export default App
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected