mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
30 lines
No EOL
651 B
JavaScript
30 lines
No EOL
651 B
JavaScript
// /*
|
|
|
|
// 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 (
|
|
// <div className="wrapper">
|
|
|
|
// <div style={{maxWidth: "300px"}}>
|
|
// <Accounts.ui.LoginForm />
|
|
// </div>
|
|
|
|
// <FlashContainer component={Telescope.components.FlashMessages}/>
|
|
|
|
// <div className="main">
|
|
// {this.props.children}
|
|
// </div>
|
|
|
|
// </div>
|
|
// )
|
|
// }
|
|
|
|
// export default Layout;
|