import { Components, registerComponent, withCurrentUser } from 'meteor/vulcan:core'; import React, { PropTypes, Component } from 'react'; const Layout = props =>
{props.children}
registerComponent('Layout', Layout, withCurrentUser);