Private
Public Access
1
0

feat: add icon mapping for skills component

- remove console debug
This commit is contained in:
2026-02-10 19:50:01 +01:00
parent 78b47c4823
commit 36f83e7ac4
4 changed files with 49 additions and 21 deletions

View File

@@ -3,7 +3,6 @@
import CmsComponent from '$lib/components/cms/CmsComponent.svelte';
let { data }: PageProps = $props();
console.debug(data)
</script>
{#each data.components as component, index (index)}