Migrated servers reducer to RTK

This commit is contained in:
Alejandro Celaya
2022-11-05 10:08:24 +01:00
parent 6f67f7bbf0
commit 10d4419387
4 changed files with 86 additions and 92 deletions

View File

@@ -1,6 +1,6 @@
import { IContainer } from 'bottlejs';
import { combineReducers } from 'redux';
import serversReducer from '../servers/reducers/servers';
import { serversReducer } from '../servers/reducers/servers';
import selectedServerReducer from '../servers/reducers/selectedServer';
import shortUrlsListReducer from '../short-urls/reducers/shortUrlsList';
import shortUrlCreationReducer from '../short-urls/reducers/shortUrlCreation';