Skip to content

Commit

Permalink
fix: Update import editor
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanushNehru committed Oct 19, 2024
1 parent ca8254f commit 926667e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/EditorComponent.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable indent */
import "@fortawesome/fontawesome-free/css/all.css";
import Editor from "@monaco-editor/react";
import { Editor } from "@monaco-editor/react";
import { Avatar, Button, CircularProgress, styled } from "@mui/material";
import Box from "@mui/material/Box";
import { useSnackbar } from "notistack";
Expand Down

0 comments on commit 926667e

Please sign in to comment.