/* List of pics. Wrapped with the "withList" and "withCurrentUser" containers. */ import React from 'react'; import { Components, withList, withCurrentUser, Loading } from 'meteor/vulcan:core'; import Pics from '../../modules/pics/collection.js'; import PicsItem from './PicsItem.jsx'; const PicsList = ({results = [], currentUser, loading, loadMore, count, totalCount}) => (
No more items.
}