--- import ResourceProgressStats from './ResourceProgressStats.astro'; export interface Props { bestPracticeId: string; } const { bestPracticeId } = Astro.props; ---