refactor: remote import at the top

This commit is contained in:
P. Reis 2025-01-30 20:35:46 -03:00
parent db6ac74702
commit 8797963d8c

View file

@ -1,4 +1,5 @@
import { NostrEvent, NostrFilter, NSchema as n } from '@nostrify/nostrify';
import { generateSecretKey, getPublicKey } from 'nostr-tools';
import { bytesToString, stringToBytes } from '@scure/base';
import { z } from 'zod';
@ -20,7 +21,6 @@ import { accountFromPubkey } from '@/views/mastodon/accounts.ts';
import { renderAccount } from '@/views/mastodon/accounts.ts';
import { Storages } from '@/storages.ts';
import { updateListAdminEvent } from '@/utils/api.ts';
import { generateSecretKey, getPublicKey } from 'nostr-tools';
const markerSchema = z.enum(['read', 'write']);