import {StepProps} from '../IAppModels' const Step3 = ({data, updateData, hasError}: StepProps) => { return ( <> {/*begin::Step 3 */}