client/src/constants/actionTypes.js
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 01 Jun 2017 17:32:07 +0200
changeset 16 e67cd18cc594
parent 12 48ddaa42b810
child 29 4cfeabef7d5e
permissions -rw-r--r--
Draft implementation of note timing.

export const ADD_NOTE = 'ADD_NOTE';
export const NEW_SESSION = 'NEW_SESSION';
export const UPDATE_SESSION = 'UPDATE_SESSION';