Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
9
client/src/actions/core.js
Normal file
9
client/src/actions/core.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import ActionTypes from '../constants/ActionTypes';
|
||||
|
||||
/* Events */
|
||||
|
||||
// eslint-disable-next-line import/prefer-default-export
|
||||
export const coreInitialized = () => ({
|
||||
type: ActionTypes.CORE_INITIALIZED,
|
||||
payload: {},
|
||||
});
|
||||
Reference in New Issue
Block a user