MCPcopy Create free account
hub / github.com/CopilotKit/OpenGenerativeUI / PickPageWrapper

Function PickPageWrapper

apps/app/src/app/pick/page.tsx:77–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77export default function PickPageWrapper() {
78 return (
79 <Suspense fallback={<div style={styles.container}><p style={{ color: "rgba(255,255,255,0.6)" }}>Loading...</p></div>}>
80 <PickPage />
81 </Suspense>
82 );
83}
84
85function PickPage() {
86 const searchParams = useSearchParams();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected