/* Pics Home component */ import React from 'react'; import { registerComponent, Components, withCurrentUser } from 'meteor/vulcan:core'; import PicsList from './PicsList.jsx'; import Users from 'meteor/vulcan:users'; import Button from 'react-bootstrap/lib/Button'; const PicsHome = ({results = [], currentUser, loading, loadMore, count, totalCount}) => { if (currentUser) { return (
Please sign up or log in to access this content