Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3741 Rev 3746
Línea 1... Línea 1...
1
import React from 'react';
1
import React from 'react';
2
import { LinearProgress } from '@mui/material';
2
import { LinearProgress } from '@mui/material';
Línea 3... Línea 3...
3
 
3
 
Línea 4... Línea 4...
4
import { Card, CardContent, CardHeader, CardMedia } from '@shared/components';
4
import { Card, CardContent, CardHeader, CardMedia } from '@shared/components';
5
 
5
 
6
export function TopicCard({ topic: { name, image, progress, onClick } }) {
6
export function TopicCard({ topic: { name, image, progress }, onClick }) {
7
  return (
7
  return (
8
    <Card
8
    <Card
9
      sx={{
9
      sx={{