Migrate more stuff

This commit is contained in:
Jon Staab
2025-02-03 16:37:14 -08:00
parent 0f705c459a
commit 8d3433b167
150 changed files with 2001 additions and 1205 deletions
+1 -4
View File
@@ -5,10 +5,7 @@
import EventInfo from "@app/components/EventInfo.svelte"
import {pushModal} from "@app/modal"
export let event
export let pubkeys
export let popover
export let replyTo
let {event, pubkeys, popover, replyTo} = $props()
const reply = () => replyTo(event)