export const Price = ({ props }: { props: Record }): string => { return `$${props.price}` }