--- import type { SkillsSection } from '@/types/sections/skills-section.types'; import SectionHeading from '../components/section-heading.astro'; export interface Props extends SkillsSection {} const { config, skillSets } = Astro.props; ---