--- import type { ResourceType } from '../lib/resource-progress'; import AstroIcon from './AstroIcon.astro'; import { ProgressShareButton } from './UserProgress/ProgressShareButton'; export interface Props { resourceId: string; resourceType: ResourceType; } const { resourceId, resourceType } = Astro.props; ---

0 of 0 Done