Skip to content

Commit f53085c

Browse files
fix: duplicated import
1 parent 50bff30 commit f53085c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/MDX/MDXComponents.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ import {finishedTranslations} from 'utils/finishedTranslations';
3737
import ErrorDecoder from './ErrorDecoder';
3838
import {IconCanary} from '../Icon/IconCanary';
3939

40-
import ErrorDecoder from './ErrorDecoder';
41-
4240
function CodeStep({children, step}: {children: any; step: number}) {
4341
return (
4442
<span

0 commit comments

Comments
 (0)