client/src/constants/actionTypes.js
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 12 Jun 2017 18:09:13 +0200
changeset 28 abf9f3ff2635
parent 12 48ddaa42b810
child 29 4cfeabef7d5e
permissions -rw-r--r--
Clear interval when component unmounts.

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