forked from coracle/flotilla
Use welshman/app
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script lang="ts">
|
||||
import {makeSecret, Nip46Broker} from "@welshman/signer"
|
||||
import {addSession, nip46Perms, loadHandle} from "@welshman/app"
|
||||
import Icon from "@lib/components/Icon.svelte"
|
||||
import Field from "@lib/components/Field.svelte"
|
||||
import Button from "@lib/components/Button.svelte"
|
||||
@@ -8,8 +9,6 @@
|
||||
import InfoNostr from "@app/components/LogIn.svelte"
|
||||
import {pushModal, clearModal} from "@app/modal"
|
||||
import {pushToast} from "@app/toast"
|
||||
import {addSession, nip46Perms} from "@app/base"
|
||||
import {loadHandle} from "@app/state"
|
||||
|
||||
const login = () => pushModal(LogIn)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user