import React from 'react'; import { Price } from '../Price'; interface InfoPricesProps { containerClassName?: string; priceClassName?: string; labelPrice?: string; price?: number; labelScheduling?: string; scheduling?: string; } export const InfoPrices = ({ containerClassName, priceClassName, labelPrice, price, labelScheduling, scheduling, }: InfoPricesProps) => { return (
{labelScheduling}
{scheduling}