Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3508 Rev 3510
Línea 1... Línea 1...
1
import React from 'react';
1
import React from 'react';
2
import { useParams } from 'react-router-dom';
2
import { useParams } from 'react-router-dom';
3
import { Button, styled, Typography } from '@mui/material';
3
import { Button, styled, Typography } from '@mui/material';
Línea 4... Línea 4...
4
 
4
 
-
 
5
import { useCapsule } from '@microlearning/hooks';
Línea 5... Línea 6...
5
import { useCapsule } from '@microlearning/hooks';
6
import { parse } from '@shared/utils';
Línea 6... Línea -...
6
 
-
 
7
import { Card, CardContent, CommentForm, CommentsList, Spinner } from '@shared/components';
-
 
8
 
7
 
9
import { parse } from '@utils';
8
import { Card, CardContent, CommentForm, CommentsList, Spinner } from '@shared/components';
10
 
9
 
11
const Picture = styled('img')`
10
const Picture = styled('img')`
12
  width: 100%;
11
  width: 100%;