tangle_indexer


git clone https://radroots.dev/git/tangle_indexer.git
Log | Files | Refs | Submodules | LICENSE

+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 }} />