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

6 lines
143 B
JavaScript

import { createAction } from 'redux-actions';
export default {
login: createAction('USER_LOGIN'),
logout: createAction('USER_LOGOUT'),
};