diff --git a/src/lib/components/bottomModalAlert.svelte b/src/lib/components/bottomModalAlert.svelte index 949ddf408..406b40222 100644 --- a/src/lib/components/bottomModalAlert.svelte +++ b/src/lib/components/bottomModalAlert.svelte @@ -18,6 +18,7 @@ import { page } from '$app/state'; import { Click, trackEvent } from '$lib/actions/analytics'; import { goto } from '$app/navigation'; + import { Typography } from '@appwrite.io/pink-svelte'; let currentIndex = 0; let openModalOnMobile = false; @@ -223,7 +224,9 @@ {/if}