We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d7249 commit e24c6b7Copy full SHA for e24c6b7
lib/builder.js
@@ -27,7 +27,7 @@ SOFTWARE.
27
import { useEffect, useState } from 'react';
28
import { useTranslations } from 'next-intl';
29
import { useRouter } from 'next/router';
30
-import MonacoCodeEditor, {Monaco} from "@monaco-editor/react";
+import MonacoCodeEditor, {Monaco} from "monaco-editor/react";
31
32
const Builder = () => {
33
const translate = useTranslations();
0 commit comments