no more default export
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import EyeOffIcon from "@icons/eyeOff";
|
||||
import EyeOnIcon from "@icons/eyeOn";
|
||||
import { EyeOffIcon, EyeOnIcon } from "@shared/icons";
|
||||
import { createAccount } from "@utils/storage";
|
||||
import { generatePrivateKey, getPublicKey, nip19 } from "nostr-tools";
|
||||
import { useMemo, useState } from "react";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { User } from "@app/auth/components/user";
|
||||
import CheckCircleIcon from "@icons/checkCircle";
|
||||
import { CheckCircleIcon } from "@shared/icons";
|
||||
import { RelayContext } from "@shared/relayProvider";
|
||||
import { useActiveAccount } from "@stores/accounts";
|
||||
import { WRITEONLY_RELAYS } from "@stores/constants";
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { ArrowRightIcon } from "@shared/icons";
|
||||
import { Image } from "@shared/image";
|
||||
|
||||
import ArrowRightIcon from "@icons/arrowRight";
|
||||
|
||||
const PLEBS = [
|
||||
"https://133332.xyz/p.jpg",
|
||||
"https://void.cat/d/3Bp6jSHURFNQ9u3pK8nwtq.webp",
|
||||
|
||||
Reference in New Issue
Block a user