Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
Executable
+35
@@ -0,0 +1,35 @@
|
||||
import router from './router';
|
||||
import socket from './socket';
|
||||
import login from './login';
|
||||
import modal from './modal';
|
||||
import user from './user';
|
||||
import project from './project';
|
||||
import projectMembership from './project-membership';
|
||||
import board from './board';
|
||||
import list from './list';
|
||||
import label from './label';
|
||||
import card from './card';
|
||||
import task from './task';
|
||||
import attachment from './attachment';
|
||||
import actions from './actions';
|
||||
import commentAction from './comment-action';
|
||||
import notification from './notification';
|
||||
|
||||
export default [
|
||||
router,
|
||||
socket,
|
||||
login,
|
||||
modal,
|
||||
user,
|
||||
project,
|
||||
projectMembership,
|
||||
board,
|
||||
list,
|
||||
label,
|
||||
card,
|
||||
task,
|
||||
attachment,
|
||||
actions,
|
||||
commentAction,
|
||||
notification,
|
||||
];
|
||||
Reference in New Issue
Block a user