Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo.
<script>
import { goto } from '$app/navigation';
import { authClient } from '$lib/client';
import { Button } from '$lib/components/ui/button';
import { Input } from '$lib/components/ui/input';
let { data } from $props();
const session = authClient.useSession();
</script>
<form action="/notification-settings" method="post">
<!-- your code goes here -->
</form>