Skip to content

Commit 3f9ff48

Browse files
authored
fix: codeblock not defined error (#620)
1 parent 83ebfce commit 3f9ff48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Markdown.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import parse, {
1212
import { renderMarkdown } from '~/utils/markdown'
1313
import { getNetlifyImageUrl } from '~/utils/netlifyImage'
1414
import { Tabs } from '~/components/Tabs'
15+
import { CodeBlock } from './CodeBlock'
1516

1617
type HeadingLevel = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'
1718

0 commit comments

Comments
 (0)