1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

more add-component cleanups

This commit is contained in:
ivaosthu 2016-10-26 12:26:48 +02:00 committed by Ivar Conradi Østhus
parent 8c47fee4ae
commit c3ae07096d
8 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ import { hashHistory } from 'react-router';
import { createFeatureToggles } from '../../store/feature-actions';
import AddComponent from './add-component';
import AddComponent from './form/add-component';
import { createMapper, createActions } from '../input-helpers';
const ID = 'add-feature-toggle';

View File

@ -2,7 +2,7 @@ import { connect } from 'react-redux';
import { hashHistory } from 'react-router';
import { requestUpdateFeatureToggle } from '../../store/feature-actions';
import AddComponent from './add-component';
import AddComponent from './form/add-component';
import { createMapper, createActions } from '../input-helpers';
const ID = 'edit-feature-toggle';

View File

@ -1,6 +1,6 @@
import { connect } from 'react-redux';
import StrategiesSection from './strategies-section';
import { fetchStrategies } from '../../store/strategy-actions';
import { fetchStrategies } from '../../../store/strategy-actions';
export default connect((state) => ({