accounts-ui/main.js
2016-03-28 22:34:50 +02:00

9 lines
275 B
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import {Accounts} from 'meteor/accounts-base';
import './imports/accounts_ui.js';
import './imports/login_session.js';
import { redirect } from './imports/helpers.js';
import './imports/ui/components/LoginForm.jsx';
export { Accounts, redirect };
export default Accounts;