mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	more add-component cleanups
This commit is contained in:
		
							parent
							
								
									8c47fee4ae
								
							
						
					
					
						commit
						c3ae07096d
					
				@ -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';
 | 
			
		||||
 | 
			
		||||
@ -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';
 | 
			
		||||
 | 
			
		||||
@ -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) => ({
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user