/ route for force graph, /links for links

This commit is contained in:
marshennikovaolga
2024-09-06 13:34:03 +03:00
parent 3014116b56
commit fbc9fd156c
8 changed files with 53 additions and 37 deletions

View File

@@ -0,0 +1,5 @@
import { LinkRoute } from "@/components/routes/link/LinkRoute"
export default function LinksPage() {
return <LinkRoute />
}