mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 22:44:26 +01:00
update
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { Component } from 'solid-js';
|
||||
import { noteEncode } from 'nostr-tools/nip19';
|
||||
import { nip19 } from 'nostr-tools';
|
||||
|
||||
const { noteEncode } = nip19;
|
||||
|
||||
type EventLinkProps = {
|
||||
eventId: string;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { Switch, Match, type Component } from 'solid-js';
|
||||
import { noteEncode } from 'nostr-tools/nip19';
|
||||
|
||||
import TextNoteDisplay, { type TextNoteDisplayProps } from '@/components/textNote/TextNoteDisplay';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user