/ 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

5
web/app/page.tsx Normal file
View File

@@ -0,0 +1,5 @@
import { PublicHomeRoute } from "@/components/routes/public/PublicHomeRoute"
export default function HomePage() {
return <PublicHomeRoute />
}