mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
fix: remove unused imports
This commit is contained in:
parent
a6fba9c8f1
commit
d87f650da3
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ import { CashuMint, CashuWallet, MintQuoteState, Proof } from '@cashu/cashu-ts';
|
||||||
import { confRequiredMw } from '@ditto/api/middleware';
|
import { confRequiredMw } from '@ditto/api/middleware';
|
||||||
import { Hono } from '@hono/hono';
|
import { Hono } from '@hono/hono';
|
||||||
import { generateSecretKey, getPublicKey } from 'nostr-tools';
|
import { generateSecretKey, getPublicKey } from 'nostr-tools';
|
||||||
import { NostrEvent, NSchema as n } from '@nostrify/nostrify';
|
|
||||||
import { bytesToString } from '@scure/base';
|
import { bytesToString } from '@scure/base';
|
||||||
import { logi } from '@soapbox/logi';
|
import { logi } from '@soapbox/logi';
|
||||||
import { z } from 'zod';
|
import { z } from 'zod';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue