Remove Nostr-related stuff

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-04-29 18:43:33 +02:00
parent 040753e3e6
commit 8f963a64ba
49 changed files with 88 additions and 1665 deletions

View File

@ -1,7 +0,0 @@
import type { NostrSigner } from '@soapbox/nspec';
declare global {
interface Window {
nostr?: NostrSigner;
}
}