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