Fix ESlint errors
[MAILPOET-2388]
This commit is contained in:
committed by
Jack Kitterhing
parent
95b09f7637
commit
84708f5154
@@ -1,6 +1,6 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import getFeaturesContext from './getFeaturesContext';
|
import getFeaturesContext from './getFeaturesContext.jsx';
|
||||||
import getConstantsContext from './getConstantsContext';
|
import getConstantsContext from './getConstantsContext.jsx';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Builds the value of the global context.
|
* Builds the value of the global context.
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
|
|
||||||
import { GlobalContext } from 'context';
|
import { GlobalContext } from 'context/index.jsx';
|
||||||
import MSSUserSuccess from './success_for_mss_users.jsx';
|
import MSSUserSuccess from './success_for_mss_users.jsx';
|
||||||
import PitchMss from './success_pitch_mss.jsx';
|
import PitchMss from './success_pitch_mss.jsx';
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@ import React, { useLayoutEffect, useContext, useState } from 'react';
|
|||||||
import MailPoet from 'mailpoet';
|
import MailPoet from 'mailpoet';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
|
|
||||||
import GlobalContext from 'context';
|
import { GlobalContext } from 'context/index.jsx';
|
||||||
|
|
||||||
import { createSelection, destroySelection } from './generate_segment_selection.jsx';
|
import { createSelection, destroySelection } from './generate_segment_selection.jsx';
|
||||||
import createNewSegment from './create_new_segment.jsx';
|
import createNewSegment from './create_new_segment.jsx';
|
||||||
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|||||||
import MailPoet from 'mailpoet';
|
import MailPoet from 'mailpoet';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import classNames from 'classnames';
|
import classNames from 'classnames';
|
||||||
import GlobalContext from 'context';
|
import { GlobalContext } from 'context/index.jsx';
|
||||||
|
|
||||||
function SelectImportMethod({
|
function SelectImportMethod({
|
||||||
activeMethod,
|
activeMethod,
|
||||||
|
Reference in New Issue
Block a user