MCPcopy Create free account
hub / github.com/IABTechLab/uid2docs / BlogListPageContent

Function BlogListPageContent

src/theme/BlogListPage/index.tsx:33–41  ·  view source on GitHub ↗
(props: Props)

Source from the content-addressed store, hash-verified

31}
32
33function BlogListPageContent(props: Props): JSX.Element {
34 const { metadata, items, sidebar } = props;
35 return (
36 <BlogLayout sidebar={sidebar}>
37 <BlogPostItems items={items} />
38 <BlogListPaginator metadata={metadata} />
39 </BlogLayout>
40 );
41}
42
43export default function BlogListPage(props: Props): JSX.Element {
44 React.useEffect(() => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected