Skip to content

Commit 926667e

Browse files
committed
fix: Update import editor
1 parent ca8254f commit 926667e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/EditorComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable indent */
22
import "@fortawesome/fontawesome-free/css/all.css";
3-
import Editor from "@monaco-editor/react";
3+
import { Editor } from "@monaco-editor/react";
44
import { Avatar, Button, CircularProgress, styled } from "@mui/material";
55
import Box from "@mui/material/Box";
66
import { useSnackbar } from "notistack";

0 commit comments

Comments
 (0)