import React from 'react'; import {Grid, Typography} from "@mui/material"; export const TotalPriceLine = ({title, subtitle, sizeSubtitle='body2'}) => { return ( { title || 'title' } { subtitle || 'subtitle' } ) }