mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
import { TopicRoute } from "@/components/routes/topics/TopicRoute"
|
|
|
|
export default function TopicPage() {
|
|
return <TopicRoute />
|
|
}
|