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