Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2806 Rev 2885
Línea 2... Línea 2...
2
import { useParams } from 'react-router-dom'
2
import { useParams } from 'react-router-dom'
3
import { Grid } from '@mui/material'
3
import { Grid } from '@mui/material'
Línea 4... Línea 4...
4
 
4
 
Línea 5... Línea 5...
5
import { usePosts } from '@hooks'
5
import { usePosts } from '@hooks'
6
 
6
 
Línea 7... Línea 7...
7
import PostCard from '@app/components/post/PostCard'
7
import PostCard from '@components/post/PostCard'
8
import HomeNews from '@app/components/widgets/default/HomeNews'
8
import HomeNews from '@components/widgets/default/HomeNews'
9
 
9
 
10
const PostViewPage = () => {
10
const PostViewPage = () => {