Files
talk/plugins/talk-plugin-local-auth/client/actions.js
T
Wyatt Johnson 42d4abf842 review updates
2018-05-11 09:33:29 -06:00

10 lines
184 B
JavaScript

import * as actions from './constants';
export const startAttach = () => ({
type: actions.START_ATTACH,
});
export const finishAttach = () => ({
type: actions.FINISH_ATTACH,
});