rano/web/routes/account/verify-email/+page.svelte

8 lines
134 B
Svelte
Raw Normal View History

2024-11-17 16:58:29 +00:00
<script lang="ts">
import { page } from '$app/stores';
const hash = $derived($page.url.hash);
</script>
<p>hello</p>
<p>{hash}</p>