mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-19 16:22:24 +00:00
4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
export default function Testcase() {
|
|
return <div className="h-full px-4">Testcase</div>;
|
|
}
|