Merge pull request #181 from v0l/nostrimg

feat: nostrimg.com
This commit is contained in:
2023-02-01 19:20:38 +00:00
committed by GitHub
8 changed files with 59 additions and 11 deletions

View File

@ -10,7 +10,7 @@ import { openFile } from "Util";
import Textarea from "Element/Textarea";
import Modal from "Element/Modal";
import { default as NEvent } from "Nostr/Event";
import useFileUpload from "Feed/FileUpload";
import useFileUpload from "Upload";
export interface NoteCreatorProps {
show: boolean