Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2614 Rev 2780
Línea 4... Línea 4...
4
import { Box, Container, Grid } from '@mui/material'
4
import { Box, Container, Grid } from '@mui/material'
5
import parse from 'html-react-parser'
5
import parse from 'html-react-parser'
Línea 6... Línea 6...
6
 
6
 
7
import { axios } from '@app/utils'
7
import { axios } from '@app/utils'
8
import { addNotification } from '@app/redux/notification/notification.actions'
8
import { addNotification } from '@app/redux/notification/notification.actions'
Línea 9... Línea 9...
9
import useFetch from '@app/hooks/useFetch'
9
import { useFetch } from '@hooks'
10
 
10
 
11
import Widget from '@app/components/UI/Widget'
11
import Widget from '@app/components/UI/Widget'