Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2170 Rev 2171
Línea 3... Línea 3...
3
import { renderContent } from '@app/pages/posts/PostViewPage'
3
import { renderContent } from '@app/pages/posts/PostViewPage'
Línea 4... Línea 4...
4
 
4
 
Línea 5... Línea 5...
5
import Button from '../UI/buttons/Buttons'
5
import Button from '../UI/buttons/Buttons'
6
 
6
 
7
const StyledButton = styled(Button)`
7
const StyledButton = styled(Button)`
Línea 8... Línea 8...
8
  width: auto;
8
  width: fit-content;
9
`
9
`