update: misc.

This commit is contained in:
Darshan
2025-09-05 12:32:15 +05:30
parent 1a1302e8f3
commit fb0341916e
+1 -1
View File
@@ -3,7 +3,7 @@
import { IconChevronLeft } from '@appwrite.io/pink-icons-svelte';
import { Typography, Button, Icon, Layout } from '@appwrite.io/pink-svelte';
export let href: string = null;
export let href: string | null = null;
</script>
<Layout.Stack