Make userlist responsive
This commit is contained in:
parent
937560e859
commit
67b83fa3d6
15 changed files with 115 additions and 51 deletions
|
@ -8,8 +8,8 @@ import privateChats from './privateChats';
|
|||
import search from './search';
|
||||
import servers from './servers';
|
||||
import settings from './settings';
|
||||
import showMenu from './showMenu';
|
||||
import tab from './tab';
|
||||
import ui from './ui';
|
||||
|
||||
export default combineReducers({
|
||||
routing: routeReducer,
|
||||
|
@ -21,6 +21,6 @@ export default combineReducers({
|
|||
search,
|
||||
servers,
|
||||
settings,
|
||||
showMenu,
|
||||
tab
|
||||
tab,
|
||||
ui
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue