monaco-editor-lsp-next/src/app/page.tsx

6 lines
112 B
TypeScript
Raw Normal View History

import CodeEditor from "@/components/code-editor";
2025-02-19 01:00:15 +00:00
export default function Home() {
return <CodeEditor />;
2025-02-19 01:00:15 +00:00
}