mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2026-05-31 19:02:03 +00:00
4 lines
110 B
TypeScript
4 lines
110 B
TypeScript
|
|
export default function Page() {
|
||
|
|
return <div className="h-full w-full border bg-blue-200">Dashboard</div>
|
||
|
|
}
|