import React from "react"; import Label from "../common/Label"; const BankStep = () => { return (
Bank Details
); }; export default BankStep;