This commit is contained in:
Jon Staab
2024-10-17 16:03:50 -07:00
parent 2f561149fa
commit fd5b0a9af3
33 changed files with 129 additions and 140 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
<script lang="ts">
import {PublishStatus} from '@welshman/net'
import {displayRelayUrl} from '@welshman/util'
import Button from '@lib/components/Button.svelte'
import {PublishStatus} from "@welshman/net"
import {displayRelayUrl} from "@welshman/util"
import Button from "@lib/components/Button.svelte"
export let url: string
export let status: string