This website requires JavaScript.
Explore
Help
Register
Sign In
Massbug
/
judge4c
Watch
2
Star
0
Fork
0
You've already forked judge4c
mirror of
https://github.com/massbug/judge4c.git
synced
2025-05-18 07:16:34 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8d7d88511e
judge4c
/
src
/
app
/
(app)
/
problems
/
[id]
/
features
/
submissions.tsx
4 lines
99 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
Submissions() {
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"
>
Submissions
<
/
div
>
;
}
Reference in New Issue
Copy Permalink