--- import AvatarList from './AvatarList.astro'; type Props = { path: string; }; const { path } = Astro.props as Props; ---