misc: fix all lint and check issues
All checks were successful
build / docker (push) Successful in 49s

This commit is contained in:
2025-02-20 12:22:24 +01:00
parent 97da619ba3
commit 0136a46326
9 changed files with 40 additions and 29 deletions

View File

@ -1,4 +1,5 @@
<script lang="ts">
import type { Skill } from '$lib/data/types';
import Icon from '@iconify/svelte';
let { skills }: { skills: Skill[] } = $props();