Skip to content

Commit b725c4e

Browse files
Update create-code-editor.tsx
1 parent 16ca4d9 commit b725c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/create-code-editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @ts-ignore
12
"use client";
23
import { postCodeAction } from "@/lib/actions/code";
34
import { languages, parser } from "@/config/code";
@@ -225,7 +226,6 @@ export function CreateCodeEditor({
225226
eval('__just.Publish.Draft()');
226227
};
227228

228-
// @ts-ignore
229229
return (
230230
<CodeEditor
231231
code={code}

0 commit comments

Comments
 (0)