Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3362 Rev 3364
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
 
4
import { logout } from '@store/auth/auth.actions'
4
import { addNotification } from '@app/redux/notification/notification.actions'
Línea 5... Línea 5...
5
import { addNotification } from '@store/notification/notification.actions'
5
import { logout } from '@app/redux/auth/auth.actions'
6
 
6
 
7
class ErrorBoundary extends React.Component {
7
class ErrorBoundary extends React.Component {
8
  constructor(props) {
8
  constructor(props) {