mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-27 03:36:32 +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 />
|
|
}
|