lint
All checks were successful
delpoy / build-and-deploy (push) Successful in 47s

This commit is contained in:
2023-11-30 23:25:04 +01:00
parent b932d88990
commit fc6fc097e9
7 changed files with 12 additions and 11 deletions

View File

@ -4,7 +4,6 @@
import { createEventDispatcher, onMount } from 'svelte';
import { env } from '$env/dynamic/public';
import { rulesShort } from '$lib/rules';
import type { HTMLInputAttributes } from 'svelte/elements';
const dispatch = createEventDispatcher();