Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3494 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3494 Rev 3510
Línea 1... Línea 1...
1
import React from 'react';
1
import React from 'react';
2
import { Link } from 'react-router-dom';
2
import { Link } from 'react-router-dom';
3
import { Box, Button, styled, Typography } from '@mui/material';
3
import { Box, Button, styled, Typography } from '@mui/material';
4
import { NavigateNext } from '@mui/icons-material';
4
import { NavigateNext } from '@mui/icons-material';
Línea 5... Línea -...
5
 
-
 
6
import { parse } from '@utils';
-
 
7
 
5
 
-
 
6
import { Card, CardContent } from '@shared/components';
Línea 8... Línea 7...
8
import { Card, CardContent } from '@shared/components';
7
import { parse } from '@shared/utils';
9
 
8
 
10
const CardImage = styled('img')(({ theme }) => ({
9
const CardImage = styled('img')(({ theme }) => ({
11
  borderRadius: theme.shape.borderRadius,
10
  borderRadius: theme.shape.borderRadius,