refactor: remove lodash

This commit is contained in:
2024-02-27 19:15:18 +00:00
parent 3103b994a1
commit d59e0c9f36
6 changed files with 19 additions and 31 deletions

View File

@ -12,9 +12,9 @@ import { ZapAlertItem } from "./widgets/zaps";
import { TopZappersWidget } from "./widgets/top-zappers";
import { Views } from "./widgets/views";
import { Music } from "./widgets/music";
import groupBy from "lodash/groupBy";
import { hexToBech32 } from "@snort/shared";
import { DefaultButton } from "@/element/buttons";
import { groupBy } from "@/utils";
interface ZapAlertConfigurationProps {
npub: string;