import Editor from "@monaco-editor/react"; const CodeEditor = () => { return ( ); }; export default CodeEditor;