Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3556 Rev 3694
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/NavigateNext';
Línea 5... Línea 5...
5
 
5
 
6
import { Card, CardContent } from '@shared/components';
6
import { Card, CardContent } from '@shared/components';
Línea 7... Línea 7...
7
import { parse } from '@shared/utils';
7
import { parse } from '@shared/utils';