Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenHealthForAll/open-health
/ ScreenProps
Interface
ScreenProps
src/app/chat/[id]/screen.tsx:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
import {NavLinks} from
"@/components/ui/nav-links"
;
19
20
interface ScreenProps {
21
isMobile: boolean;
22
}
23
24
export default function Screen(
25
{isMobile}: ScreenProps
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected