This commit is contained in:
Aslam H
2024-09-05 00:13:30 +07:00
parent 655e4d78b6
commit 7716090fe9
4 changed files with 27 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { TopicLearningStateRoute } from "@/components/routes/topics/learning-state/TopicLearningStateRoute"
export default function TopicLearningStatePage() {
return <TopicLearningStateRoute />
}