// /* // Wrapper for the Movies components // */ // import Telescope from 'meteor/nova:lib'; // import React, { PropTypes, Component } from 'react'; // import { Accounts } from 'meteor/std:accounts-ui'; // import { FlashContainer } from "meteor/nova:core"; // const Layout = props => { // return ( //
//
// //
// //
// {this.props.children} //
//
// ) // } // export default Layout;