import renderSections from 'Components/Calculation/layout/renderSections'; import config from './config'; function Leasing() { return renderSections(config); } export default Leasing;