Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1562 Rev 1565
Línea 1... Línea 1...
1
import React from 'react'
1
import React from 'react'
2
import { connect } from 'react-redux'
2
import { connect } from 'react-redux'
Línea 3... Línea 3...
3
 
3
 
Línea 4... Línea 4...
4
import { addNotification } from '../../redux/notification/notification.actions'
4
import { addNotification } from '@app/redux/notification/notification.actions'
5
 
5
 
6
class ErrorBoundary extends React.Component {
6
class ErrorBoundary extends React.Component {
7
  componentDidCatch(error, errorInfo) {
7
  componentDidCatch(error, errorInfo) {