fix: remove import

This commit is contained in:
verbiricha 2023-08-01 06:36:04 +02:00
parent 1d04a4dbab
commit f273f1d8b4

View File

@ -7,7 +7,6 @@ import { unixNow } from "@snort/shared";
import { findTag, toAddress, getTagValues } from "utils";
import { WEEK } from "const";
import { System } from "index";
import type { Badge } from "types";
export function useBadges(pubkey: string, leaveOpen = true) {
const since = useMemo(() => unixNow() - WEEK, [pubkey]);