MCPcopy Create free account
hub / github.com/clintonwoo/hackernews-react-graphql / IThreadsPageProps

Interface IThreadsPageProps

pages/threads.tsx:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { MainLayout } from '../src/layouts/main-layout';
7
8export interface IThreadsPageProps {
9 router;
10}
11
12export function ThreadsPage(props: IThreadsPageProps): JSX.Element {
13 const { router } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected