mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 05:54:19 +01:00
style: format
This commit is contained in:
@@ -36,7 +36,6 @@ import ensureNonNull from '@/utils/ensureNonNull';
|
|||||||
import npubEncodeFallback from '@/utils/npubEncodeFallback';
|
import npubEncodeFallback from '@/utils/npubEncodeFallback';
|
||||||
import timeout from '@/utils/timeout';
|
import timeout from '@/utils/timeout';
|
||||||
|
|
||||||
|
|
||||||
export type ProfileDisplayProps = {
|
export type ProfileDisplayProps = {
|
||||||
pubkey: string;
|
pubkey: string;
|
||||||
onClose?: () => void;
|
onClose?: () => void;
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ import verifyInvoice from '@/nostr/zap/verifyInvoice';
|
|||||||
import ensureNonNull from '@/utils/ensureNonNull';
|
import ensureNonNull from '@/utils/ensureNonNull';
|
||||||
import epoch from '@/utils/epoch';
|
import epoch from '@/utils/epoch';
|
||||||
|
|
||||||
|
|
||||||
type ZapTarget = { event: NostrEvent } | { pubkey: string };
|
type ZapTarget = { event: NostrEvent } | { pubkey: string };
|
||||||
|
|
||||||
export type ZapRequestModalProps = {
|
export type ZapRequestModalProps = {
|
||||||
|
|||||||
Reference in New Issue
Block a user