mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
sort imports
This commit is contained in:
parent
33da9a41b2
commit
2ad81d3fbf
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import { NostrMetadata, NSchema as n } from '@nostrify/nostrify';
|
||||
import { getEvent } from '@/queries.ts';
|
||||
import { match } from 'path-to-regexp';
|
||||
import { nip19 } from 'nostr-tools';
|
||||
import { match } from 'path-to-regexp';
|
||||
|
||||
import { lookupAccount, lookupPubkey } from '@/utils/lookup.ts';
|
||||
import { parseAndVerifyNip05 } from '@/utils/nip05.ts';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue