This website requires JavaScript.
Explore
Help
Register
Sign In
CodeSandBox
/
monaco-editor-lsp-next
Watch
2
Star
0
Fork
0
You've already forked monaco-editor-lsp-next
mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced
2025-05-20 00:26:34 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8d7d88511e
monaco-editor-lsp-next
/
src
/
app
/
(app)
/
problems
/
[id]
/
features
/
testcase.tsx
4 lines
93 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor(app/problems/[id]): restructure components into features directory with index exports
2025-04-06 07:46:43 +00:00
export
default
function
Testcase() {
feat(layout): refactor problem layout to use DockView for organizing content sections
2025-04-04 09:03:55 +00:00
return
<
div
className
=
"h-full px-4"
>
Testcase
<
/
div
>
;
}
Reference in New Issue
Copy Permalink