Skip to content

Commit 28ee93e

Browse files
committed
[DOP-25363] Fix tsc error
1 parent 56daa07 commit 28ee93e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/operation/SqlText.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
stackoverflowLight,
55
hybrid,
66
} from "react-syntax-highlighter/dist/esm/styles/hljs";
7+
// @ts-ignore
78
import sqlMore from "react-syntax-highlighter/dist/esm/languages/hljs/sql_more";
89

910
SyntaxHighlighter.registerLanguage("sql", sqlMore);

0 commit comments

Comments
 (0)