import React from 'react'; import clsx from 'classnames'; import { TotalLines, TotalLine, If } from 'components'; import EstimateDetailsCls from 'style/components/Drawers/EstimateDetails.module.scss'; /** * Estimate details panel footer content. */ export default function EstimateDetailFooter() { return (

Note: --

); }