forked from coracle/flotilla
Split app/core up into domain-oriented files
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
import ModalFooter from "@lib/components/ModalFooter.svelte"
|
||||
import QRCode from "@app/components/QRCode.svelte"
|
||||
import {clip} from "@app/toast"
|
||||
import {PLATFORM_URL} from "@app/core/state"
|
||||
import {deriveRelayAuthError} from "@app/core/commands"
|
||||
import {PLATFORM_URL} from "@app/env"
|
||||
import {deriveRelayAuthError} from "@app/relays"
|
||||
|
||||
const {url} = $props()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user