2022-05-31 15:28:14 +03:00

9 lines
188 B
JavaScript

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