Upgrade nspec to latest, switch to version from JSR

This commit is contained in:
Alex Gleason
2024-03-06 17:19:45 -06:00
parent 613d97ea78
commit fc0de1bc49
12 changed files with 30 additions and 24 deletions

View File

@ -1,5 +1,5 @@
import { type NostrEvent } from '@soapbox/nspec';
import { NiceRelay } from 'nostr-machina';
import { type NostrEvent } from 'nspec';
import { useEffect, useMemo } from 'react';
import { signer } from 'soapbox/features/nostr/sign';