--- import type { ResourceType } from '../lib/resource-progress'; import AstroIcon from './AstroIcon.astro'; import { ProgressShareButton } from './UserProgress/ProgressShareButton'; export interface Props { resourceId: string; resourceType: ResourceType; isSecondaryBanner?: boolean; } const { isSecondaryBanner = false, resourceId, resourceType } = Astro.props; ---
0% Done 0 of 0 Done