mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-24 17:28:41 +02:00
/ route for force graph, /links for links
This commit is contained in:
5
web/app/(pages)/links/page.tsx
Normal file
5
web/app/(pages)/links/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { LinkRoute } from "@/components/routes/link/LinkRoute"
|
||||
|
||||
export default function LinksPage() {
|
||||
return <LinkRoute />
|
||||
}
|
||||
Reference in New Issue
Block a user