1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-28 17:49:43 +02:00

Project managers, board members, auto-update after reconnection, refactoring

This commit is contained in:
Maksim Eltyshev 2021-06-24 01:05:22 +05:00
parent 7956503a46
commit fe91b5241e
478 changed files with 21226 additions and 19495 deletions

View file

@ -5,9 +5,7 @@ import socket from './socket';
import orm from './orm';
import auth from './auth';
import core from './core';
import authenticateForm from './forms/authenticate';
import userCreateForm from './forms/user-create';
import projectCreateForm from './forms/project-create';
import ui from './ui';
export default combineReducers({
router,
@ -15,7 +13,5 @@ export default combineReducers({
orm,
auth,
core,
authenticateForm,
userCreateForm,
projectCreateForm,
ui,
});