Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 7371 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7371 Rev 7372
Línea 27... Línea 27...
27
export const startLoading = () => ({
27
export const startLoading = () => ({
28
  type: actionsTypes.START_LOADING,
28
  type: actionsTypes.START_LOADING,
29
})
29
})
Línea 30... Línea 30...
30
 
30
 
31
export const stopLoading = () => ({
31
export const stopLoading = () => ({
32
  type: actionsTypes.LOGOUT,
32
  type: actionsTypes.STOP_LOADING,
Línea 33... Línea 33...
33
})
33
})
34
 
34
 
35
export const login = () => ({
35
export const login = () => ({