mirror of
https://github.com/linsa-io/linsa.git
synced 2026-07-13 06:02:37 +02:00
6 lines
198 B
TypeScript
6 lines
198 B
TypeScript
import { TopicLearningStateRoute } from "@/components/routes/topics/learning-state/TopicLearningStateRoute"
|
|
|
|
export default function TopicLearningStatePage() {
|
|
return <TopicLearningStateRoute />
|
|
}
|