Skip to content

Commit e24c6b7

Browse files
Update builder.js
1 parent c5d7249 commit e24c6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SOFTWARE.
2727
import { useEffect, useState } from 'react';
2828
import { useTranslations } from 'next-intl';
2929
import { useRouter } from 'next/router';
30-
import MonacoCodeEditor, {Monaco} from "@monaco-editor/react";
30+
import MonacoCodeEditor, {Monaco} from "monaco-editor/react";
3131

3232
const Builder = () => {
3333
const translate = useTranslations();

0 commit comments

Comments
 (0)