Remove use of multiple ".." in the path

Also changed the order of the imports per a eslint rule

[MAILPOET-3228]
This commit is contained in:
Rodrigo Primo
2021-04-14 14:28:22 -03:00
committed by Veljko V
parent 224348a55e
commit a1fe711f60

View File

@@ -3,6 +3,7 @@ import MailPoet from 'mailpoet';
import { assign, compose, find } from 'lodash/fp';
import Select from 'common/form/react_select/react_select';
import { Grid } from 'common/grid';
import {
OnFilterChange,
SegmentTypes,
@@ -10,7 +11,6 @@ import {
WooCommerceFormItem,
} from '../types';
import { SegmentFormData } from '../segment_form_data';
import { Grid } from '../../../common/grid';
import Input from '../../../common/form/input/input';
export const WooCommerceOptions = [