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:
@@ -3,6 +3,7 @@ import MailPoet from 'mailpoet';
|
|||||||
import { assign, compose, find } from 'lodash/fp';
|
import { assign, compose, find } from 'lodash/fp';
|
||||||
import Select from 'common/form/react_select/react_select';
|
import Select from 'common/form/react_select/react_select';
|
||||||
|
|
||||||
|
import { Grid } from 'common/grid';
|
||||||
import {
|
import {
|
||||||
OnFilterChange,
|
OnFilterChange,
|
||||||
SegmentTypes,
|
SegmentTypes,
|
||||||
@@ -10,7 +11,6 @@ import {
|
|||||||
WooCommerceFormItem,
|
WooCommerceFormItem,
|
||||||
} from '../types';
|
} from '../types';
|
||||||
import { SegmentFormData } from '../segment_form_data';
|
import { SegmentFormData } from '../segment_form_data';
|
||||||
import { Grid } from '../../../common/grid';
|
|
||||||
import Input from '../../../common/form/input/input';
|
import Input from '../../../common/form/input/input';
|
||||||
|
|
||||||
export const WooCommerceOptions = [
|
export const WooCommerceOptions = [
|
||||||
|
Reference in New Issue
Block a user