import CodeEditor from "@/components/code-editor";
export default function WorkspacePage() {
return <CodeEditor />;
}