9 lines
200 B
JavaScript
9 lines
200 B
JavaScript
import renderFormComponent from 'Components/Calculation/lib/renderFormComponent';
|
|
import config from './config';
|
|
|
|
function Leasing() {
|
|
return renderFormComponent(config);
|
|
}
|
|
|
|
export default Leasing;
|