Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 856 Rev 1507
Línea 6... Línea 6...
6
import ExpandLessIcon from '@mui/icons-material/ExpandLess'
6
import ExpandLessIcon from '@mui/icons-material/ExpandLess'
7
import ExpandMoreIcon from '@mui/icons-material/ExpandMore'
7
import ExpandMoreIcon from '@mui/icons-material/ExpandMore'
8
import styled, { css } from 'styled-components'
8
import styled, { css } from 'styled-components'
Línea 9... Línea 9...
9
 
9
 
10
import EmptySection from '../../UI/EmptySection'
10
import EmptySection from '../../UI/EmptySection'
Línea 11... Línea 11...
11
import StyledContainer from '../../widgets/WidgetLayout'
11
import WidgetWrapper from '../../widgets/WidgetLayout'
12
 
12
 
13
const HelperContainer = styled(StyledContainer)`
13
const HelperContainer = styled(WidgetWrapper)`
Línea 14... Línea 14...
14
  padding: 10px;
14
  padding: 10px;
15
`
15
`