accounts-ui/main_client.js

10 lines
346 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, STATES } from './imports/helpers.js';
import './imports/api/client/loginWithoutPassword.js';
import './imports/ui/components/LoginForm.jsx';
export { Accounts, redirect, STATES };
export default Accounts;