mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
update: misc.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user