Add indexer, maybe improve safe area support

This commit is contained in:
Jon Staab
2025-05-15 10:15:41 -07:00
parent b14c3ab345
commit fd9fee8f50
5 changed files with 16 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
<script lang="ts">
import "@src/app.css"
import "@capacitor-community/safe-area"
import {onMount} from "svelte"
import * as nip19 from "nostr-tools/nip19"
import {get, derived} from "svelte/store"