diff --git a/src/theme/ConfigTable/index.tsx b/src/theme/ConfigTable/index.tsx index 85cfda76..ba4becfb 100644 --- a/src/theme/ConfigTable/index.tsx +++ b/src/theme/ConfigTable/index.tsx @@ -1,4 +1,3 @@ -import React from "react" import ReactMarkdown from "react-markdown" type Props = { @@ -8,7 +7,7 @@ type Props = { export const ConfigTable = ({ rows, pick }: Props) => { return ( -
Property | @@ -32,4 +31,4 @@ export const ConfigTable = ({ rows, pick }: Props) => {
---|