Skip to content

Commit 40e3cb2

Browse files
pnpm format
1 parent 9801c5b commit 40e3cb2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

cms/scripts/sync-mdx/codeBlockHandler.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ import {
55
type JsxBlockNode,
66
type ParserContext
77
} from './mdxBlockParser'
8-
import { MdxParserError, ParserErrorCode, tryCatchParserError } from './parserErrors'
8+
import {
9+
MdxParserError,
10+
ParserErrorCode,
11+
tryCatchParserError
12+
} from './parserErrors'
913

1014
const CODE_BLOCK_LANGUAGES = [
1115
'javascript',

0 commit comments

Comments
 (0)