Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3481 Rev 3535
Línea 1... Línea 1...
1
import React from 'react';
1
import React from 'react';
2
import { Avatar, Box, IconButton, styled, Typography } from '@mui/material';
2
import { Avatar, Box, IconButton, styled, Typography } from '@mui/material';
3
import { DeleteOutline } from '@mui/icons-material';
3
import { DeleteOutline } from '@mui/icons-material';
Línea 4... Línea 4...
4
 
4
 
5
import { parse } from '@utils';
-
 
-
 
5
import { parse } from '@utils';
6
import { formatDate } from '@utils/dates';
6
 
-
 
7
import { CapsuleRating } from './UI';
Línea 7... Línea 8...
7
import { CapsuleRating } from './UI';
8
import { formatDate } from '@shared/utils';
8
 
9
 
9
const CommentContainer = styled(Box)`
10
const CommentContainer = styled(Box)`
10
  background-color: ${(props) => props.theme.background.color.primary};
11
  background-color: ${(props) => props.theme.background.color.primary};