mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-28 11:17:20 +02:00
wip
This commit is contained in:
5
web/app/(pages)/topics/ls/page.tsx
Normal file
5
web/app/(pages)/topics/ls/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { TopicLearningStateRoute } from "@/components/routes/topics/learning-state/TopicLearningStateRoute"
|
||||
|
||||
export default function TopicLearningStatePage() {
|
||||
return <TopicLearningStateRoute />
|
||||
}
|
||||
5
web/app/(pages)/topics/page.tsx
Normal file
5
web/app/(pages)/topics/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { TopicRoute } from "@/components/routes/topics/TopicRoute"
|
||||
|
||||
export default function TopicPage() {
|
||||
return <TopicRoute />
|
||||
}
|
||||
Reference in New Issue
Block a user