8889841cwoocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/form-step-heading.tsx 0000644 00000001226 15053463144 0040307 0 ustar 00 home/clixcotz/gj.clix.co.tz/wp-content/plugins /** * External dependencies */ import { Title } from '@woocommerce/blocks-components'; /** * Step Heading Component */ const FormStepHeading = ( { children, stepHeadingContent, }: { children: JSX.Element; stepHeadingContent?: JSX.Element; } ): JSX.Element => (