Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2652 Rev 3209
Línea 18... Línea 18...
18
} from '@mui/icons-material'
18
} from '@mui/icons-material'
Línea 19... Línea 19...
19
 
19
 
20
import Widget from '@app/components/UI/Widget'
20
import Widget from '@app/components/UI/Widget'
Línea 21... Línea 21...
21
import TagsList from '@app/components/UI/TagsList'
21
import TagsList from '@app/components/UI/TagsList'
22
 
22
 
23
export function GoalCard({ goal }) {
23
export default function GoalCard({ goal }) {
Línea 24... Línea 24...
24
  const [showAction, setShowActions] = useState(false)
24
  const [showAction, setShowActions] = useState(false)