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:
parent
7956503a46
commit
fe91b5241e
478 changed files with 21226 additions and 19495 deletions
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue