Skip to content

Commit

Permalink
Update get-page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Jun 19, 2024
1 parent db61ba8 commit dcb2b51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/frontpage/lib/get-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ export const getPageData = async (
th: Th,
tr: Tr,
td: Td,
details: () => <details>Hello world</details>,
img: (props) => <Img activeVersion={activeVersion.id} {...props} />,
Video: (props) => <Video activeVersion={activeVersion.id} {...props} />,
CodeSnippets: (props) => (
Expand Down

0 comments on commit dcb2b51

Please sign in to comment.