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

View File

@@ -0,0 +1,5 @@
import { TopicLearningStateRoute } from "@/components/routes/topics/learning-state/TopicLearningStateRoute"
export default function TopicLearningStatePage() {
return <TopicLearningStateRoute />
}

View File

@@ -0,0 +1,5 @@
import { TopicRoute } from "@/components/routes/topics/TopicRoute"
export default function TopicPage() {
return <TopicRoute />
}