add clients forms

This commit is contained in:
Ildar Kamalov
2025-01-21 13:47:40 +03:00
parent efd907216f
commit 28cd8a41d2
17 changed files with 660 additions and 558 deletions

View File

@@ -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,
});