imports: replace renderFormRows absolute path
This commit is contained in:
parent
ff80eda02f
commit
799eeec737
@ -1,4 +1,4 @@
|
||||
import renderFormRows from 'Components/Calculation/lib/render-rows';
|
||||
import renderFormRows from '../../lib/render-rows';
|
||||
import { id, rows, title } from './config';
|
||||
|
||||
function Insurance() {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import renderFormRows from 'Components/Calculation/lib/render-rows';
|
||||
import renderFormRows from '../../lib/render-rows';
|
||||
import { id, rows, title } from './config';
|
||||
|
||||
function CreateKP() {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import renderFormRows from 'Components/Calculation/lib/render-rows';
|
||||
import { Flex } from 'UIKit/grid';
|
||||
import renderFormRows from '../../lib/render-rows';
|
||||
import { id, rows, title } from './config';
|
||||
import InsuranceTable from './InsuranceTable';
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import renderFormRows from 'Components/Calculation/lib/render-rows';
|
||||
import renderFormRows from '../../lib/render-rows';
|
||||
import { id, rows, title } from './config';
|
||||
|
||||
function Leasing() {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import renderFormRows from 'Components/Calculation/lib/render-rows';
|
||||
import renderFormRows from '../../lib/render-rows';
|
||||
import { id, rows, title } from './config';
|
||||
|
||||
function Output() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user