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