This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
old-monorepo/Dashboard/app/renderer/actions/user.js

7 lines
143 B
JavaScript
Raw Normal View History

2020-07-30 20:59:37 +02:00
import { createAction } from 'redux-actions';
export default {
login: createAction('USER_LOGIN'),
logout: createAction('USER_LOGOUT'),
};