add clients forms
This commit is contained in:
@@ -2,8 +2,6 @@ import { combineReducers } from 'redux';
|
||||
|
||||
import { handleActions } from 'redux-actions';
|
||||
|
||||
import { reducer as formReducer } from 'redux-form';
|
||||
|
||||
import * as actions from '../actions/install';
|
||||
import toasts from './toasts';
|
||||
import { ALL_INTERFACES_IP, INSTALL_FIRST_STEP, STANDARD_DNS_PORT, STANDARD_WEB_PORT } from '../helpers/constants';
|
||||
@@ -110,5 +108,4 @@ const install = handleActions(
|
||||
export default combineReducers({
|
||||
install,
|
||||
toasts,
|
||||
form: formReducer,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user