Skip to content

Commit 46a4173

Browse files
committed
fix wrong import
1 parent 06613cc commit 46a4173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tdev/brython-code/components/Header/PluginNotRegisteredAlert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Admonition from '@theme-original/Admonition';
2-
import CodeBlock from '@theme-original/Admonition';
2+
import CodeBlock from '@theme-original/CodeBlock';
33
import styles from './styles.module.scss';
44

55
const SiteConfig = `

0 commit comments

Comments
 (0)