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