Skip to content

Commit

Permalink
Update +page.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarWiedeweg authored Dec 24, 2023
1 parent 9193803 commit b12e3a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/routes/FAConfirm/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script>
import img from '$lib/assets/SadQrCode.svg'
import ButtonDone from "$lib/components/ButtonDone.svelte";
import ButtonDone from "$lib/components/ButtonDone.svelte";
export let form
</script>
Expand All @@ -28,4 +27,4 @@
</div>
</form>
</div>
</div>
</div>

0 comments on commit b12e3a8

Please sign in to comment.