Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Sep 2, 2024
1 parent 8c27824 commit a926da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { createQuery } from '@tanstack/svelte-query';
import { debounce } from '$lib/util';
import type { Email } from '$lib/email';
import { derived, writable } from 'svelte/store';
import { derived } from 'svelte/store';
const emailDomain = import.meta.env.VITE_EMAIL_DOMAIN as string;
Expand Down

0 comments on commit a926da8

Please sign in to comment.