import { FC } from "react"; export const EstimateLoaderScreen: FC = () => (
{/* header */} {/* estimate disable */}
Loading screen
);