--- import type { SkillsSection } from '@/types/sections/skills-section.types'; import SectionCard from '@/web/components/section-card.astro'; import SkillSet from './skill-set.astro'; export interface Props extends SkillsSection {} const { config, skillSets } = Astro.props; ---
{skillSets.map((skillSet) => )}