/*
List of movies.
Wrapped with the "withList" and "withCurrentUser" containers.
*/
import React from 'react';
import { Components, withCurrentUser, registerComponent } from 'meteor/vulcan:core';
import Movies from '../../modules/movies/index.js';
const ReactionCell = ({column, document, currentUser}) =>
No more items.
}