mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 19:26:33 +00:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import { TestingSession } from "@/components/testing-session"
|
|
|
|
export default function TestPage() {
|
|
return <TestingSession />
|
|
}
|