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