Vulcan/packages/vulcan-accounts/main_client.js

10 lines
307 B
JavaScript
Executable file
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/components.js';
import './imports/login_session.js';
import { STATES } from './imports/helpers.js';
import './imports/ui/components/LoginForm.jsx';
export { Accounts, STATES };
export default Accounts;