feat: add deep link customization

This commit is contained in:
Bhavishy
2026-04-08 01:18:19 +05:30
parent 613cad31c0
commit 1d6e2fab59
8 changed files with 302 additions and 30 deletions
+1 -1
View File
@@ -13,4 +13,4 @@
}
</script>
<Dialog {children} />
<Dialog {children} onClose={() => goto("/home")} />