fix naming collision

This commit is contained in:
Paul Wackerow 2022-11-21 15:39:51 -08:00
parent cf0dab7ce0
commit 0ab1fdcb9d
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ SyntaxHighlighter.registerLanguage('swift', swift);
const { header1, header2, header3, header4 } = textStyles;
const Table = ({ children }: any) => (
const MdTable = ({ children }: any) => (
<Flex maxW='100vw' overflowX='scroll'>
<Table
variant='striped'
@ -160,7 +160,7 @@ const MDXComponents = {
);
},
// tables
table: Table,
table: MdTable,
// pre
pre: ({ children }: any) => {
return (