+page.svelte (213B)
1 <script lang="ts"> 2 import { Profile } from "@radroots/apps-lib-market"; 3 import type { PageProps } from "./$types"; 4 5 let { data }: PageProps = $props(); 6 </script> 7 8 <Profile basis={{ indexed: data }} />
tangle_indexergit clone https://radroots.dev/git/tangle_indexer.git | |
| Log | Files | Refs | Submodules | LICENSE |