Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1 | Rev 1102 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1101
Línea 127... Línea 127...
127
      )}
127
      )}
128
    </section>
128
    </section>
129
  );
129
  );
130
};
130
};
Línea 131... Línea -...
131
 
-
 
132
// const mapStateToProps = (state) => ({});
-
 
133
 
131
 
134
const mapDispatchToProps = {
132
const mapDispatchToProps = {
135
  addNotification: (notification) => addNotification(notification),
133
  addNotification: (notification) => addNotification(notification),
Línea 136... Línea 134...
136
};
134
};