MCPcopy
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

18import {NavLinks} from "@/components/ui/nav-links";
19
20interface ScreenProps {
21 isMobile: boolean;
22}
23
24export default function Screen(
25 {isMobile}: ScreenProps

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected