Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2678 Rev 2826
Línea 3... Línea 3...
3
import { Avatar, Box, Button, styled, Typography } from '@mui/material'
3
import { Avatar, Box, Button, styled, Typography } from '@mui/material'
4
import { useSelector } from 'react-redux'
4
import { useSelector } from 'react-redux'
5
import parse from 'html-react-parser'
5
import parse from 'html-react-parser'
Línea 6... Línea 6...
6
 
6
 
-
 
7
import { colors } from '@app/styles/mui/colors'
7
import { colors } from '@app/styles/mui/colors'
8
 
Línea 8... Línea 9...
8
import Widget from '@components/UI/Widget'
9
import Widget from '@components/UI/Widget'
9
 
10
 
10
const WidgetButton = styled(Button)(() => ({
11
const WidgetButton = styled(Button)(() => ({