--- import type { LevelledSkill } from '@/types/skills-section'; import Skill from './skill.astro'; export interface Props { skills: LevelledSkill[]; } const { skills } = Astro.props; ---