Make thunks global

This commit is contained in:
Jon Staab
2024-11-12 14:03:21 -08:00
parent bf6e1a854a
commit e656c5cbb1
9 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script lang="ts">
import {onMount} from "svelte"
import {Capacitor} from '@capacitor/core'
import {Capacitor} from "@capacitor/core"
import {getNip07, getNip55, Nip55Signer} from "@welshman/signer"
import {addSession, type Session} from "@welshman/app"
import Icon from "@lib/components/Icon.svelte"