mirror of
https://github.com/plankanban/planka.git
synced 2025-12-28 17:24:59 +03:00
Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
@@ -3,7 +3,7 @@ import ActionTypes from '../constants/ActionTypes';
|
||||
/* Events */
|
||||
|
||||
// eslint-disable-next-line import/prefer-default-export
|
||||
export const appInitialized = () => ({
|
||||
type: ActionTypes.APP_INITIALIZED,
|
||||
export const coreInitialized = () => ({
|
||||
type: ActionTypes.CORE_INITIALIZED,
|
||||
payload: {},
|
||||
});
|
||||
@@ -1,6 +1,6 @@
|
||||
export * from './socket';
|
||||
export * from './login';
|
||||
export * from './app';
|
||||
export * from './core';
|
||||
export * from './modal';
|
||||
export * from './users';
|
||||
export * from './user';
|
||||
|
||||
Reference in New Issue
Block a user