mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
wip
This commit is contained in:
5
web/components/routes/topics/TopicRoute.tsx
Normal file
5
web/components/routes/topics/TopicRoute.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
"use client"
|
||||
|
||||
export const TopicRoute: React.FC = () => {
|
||||
return <div>TopicRoute</div>
|
||||
}
|
||||
Reference in New Issue
Block a user