We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bff30 commit f53085cCopy full SHA for f53085c
src/components/MDX/MDXComponents.tsx
@@ -37,8 +37,6 @@ import {finishedTranslations} from 'utils/finishedTranslations';
37
import ErrorDecoder from './ErrorDecoder';
38
import {IconCanary} from '../Icon/IconCanary';
39
40
-import ErrorDecoder from './ErrorDecoder';
41
-
42
function CodeStep({children, step}: {children: any; step: number}) {
43
return (
44
<span
0 commit comments