import React from 'react'; interface TotalProps { total: string; } export function Total({ total }: TotalProps) { return (