mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 19:26:33 +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 />
|
|
}
|