Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 896 Rev 2776
Línea 2... Línea 2...
2
import { axios } from '../../utils'
2
import { axios } from '../../utils'
3
import { useDispatch } from 'react-redux'
3
import { useDispatch } from 'react-redux'
4
import { addNotification } from '../../redux/notification/notification.actions'
4
import { addNotification } from '../../redux/notification/notification.actions'
5
import styled from 'styled-components'
5
import styled from 'styled-components'
Línea -... Línea 6...
-
 
6
 
-
 
7
import { useFetch } from '@hooks'
6
 
8
 
7
import WidgetLayout from '../widgets/WidgetLayout'
9
import WidgetLayout from '../widgets/WidgetLayout'
8
import EmptySection from '../UI/EmptySection'
-
 
Línea 9... Línea 10...
9
import useFetch from '../../hooks/useFetch'
10
import EmptySection from '../UI/EmptySection'
10
 
11
 
11
const StyledContainer = styled(WidgetLayout)`
12
const StyledContainer = styled(WidgetLayout)`
12
  padding: 1rem;
13
  padding: 1rem;