Skip to content

Commit

Permalink
web/Turnstile: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmoron committed Sep 3, 2024
1 parent b5d570c commit 93f8c03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/components/misc/Turnstile.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script lang="ts">
import env from "$lib/env";
import { onMount } from "svelte";
import { browser } from "$app/environment";
import { turnstileLoaded } from "$lib/state/turnstile";
Expand Down

0 comments on commit 93f8c03

Please sign in to comment.