/* List of movies. Wrapped with the "withList" and "withCurrentUser" containers. */ import React from 'react'; import Helmet from 'react-helmet'; import { Components, withList, withCurrentUser } from 'meteor/vulcan:core'; import Movies from '../../modules/movies/collection.js'; const MoviesList = ({results = [], currentUser, loading, loadMore, count, totalCount}) =>
No more items.
}