Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4222 Rev 4912
Línea 6... Línea 6...
6
import Feed from "../feed/FeedTemplate";
6
import Feed from "../feed/FeedTemplate";
7
const ShareModal = React.lazy(() => import("../share-modal/ShareModal"))
7
const ShareModal = React.lazy(() => import("../share-modal/ShareModal"))
8
const PaginationComponent = React.lazy(() => import("../../../shared/pagination/PaginationComponent"))
8
const PaginationComponent = React.lazy(() => import("../../../shared/pagination/PaginationComponent"))
Línea 9... Línea 9...
9
 
9
 
10
const isDashboard = window.location.pathname.includes('dashboard')
10
const isDashboard = window.location.pathname.includes('dashboard')
Línea 11... Línea 11...
11
const isMobile = window.innerWidth < 1000
11
const isMobile = window.innerWidth < 768
Línea 12... Línea 12...
12
 
12
 
13
const FeedSection = ({ feed, image }) => {
13
const FeedSection = ({ feed, image }) => {