Get rid of customevent

This commit is contained in:
Jon Staab
2024-08-19 09:06:39 -07:00
parent fafbf79a75
commit cf41ea58fd
4 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -2,14 +2,14 @@
import twColors from "tailwindcss/colors"
import {readable} from "svelte/store"
import {hash} from "@welshman/lib"
import type {CustomEvent} from "@welshman/util"
import type {TrustedEvent} from "@welshman/util"
import {GROUP_REPLY, getAncestorTags, displayProfile, displayPubkey} from "@welshman/util"
import {fly} from "@lib/transition"
import Icon from "@lib/components/Icon.svelte"
import Avatar from "@lib/components/Avatar.svelte"
import {deriveProfile, deriveEvent} from "@app/state"
export let event: CustomEvent
export let event: TrustedEvent
export let showPubkey: boolean
const colors = [