pass dpr for imgproxy

This commit is contained in:
2023-02-14 16:10:03 +00:00
parent d3f72794ee
commit abfb6d8c38
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import { DefaultRelays } from "Const";
import { HexKey, TaggedRawEvent } from "@snort/nostr";
import { RelaySettings } from "@snort/nostr";
import type { AppDispatch, RootState } from "State/Store";
import { ImgProxySettings } from "Feed/ImgProxy";
import { ImgProxySettings } from "Hooks/useImgProxy";
const PrivateKeyItem = "secret";
const PublicKeyItem = "pubkey";