fix import Flex from 'ui/grid'

This commit is contained in:
vchikalkin 2023-04-12 16:23:36 +03:00
parent ff684257a4
commit 614511ab18
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import renderFormRows from '../../lib/render-rows';
import { id, rows, title } from './config';
import FinGAPTable from './FinGAPTable';
import InsuranceTable from './InsuranceTable';
import { Flex } from 'ui/elements';
import { Flex } from 'ui/grid';
function Insurance() {
const renderedRows = renderFormRows(rows);

View File

@ -2,7 +2,7 @@ import elementsRender from '../../config/elements-render';
import { elements } from './config';
import { useStore } from '@/stores/hooks';
import { observer } from 'mobx-react-lite';
import { Flex } from 'ui/elements';
import { Flex } from 'ui/grid';
function PaymentsParams() {
const renderedElements = elements.map((elementName) => {