feat: add icon mapping for skills component
- remove console debug
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user