mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 11:25:49 +00:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
import { CodingProblemList } from "@/components/coding-problem-list"
|
|
|
|
export default function CodingPage() {
|
|
return <CodingProblemList />
|
|
}
|