UNPKG

451 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.logoutCase = exports.loginCase = void 0;
7
8var _actions = require("./actions");
9
10var _userReductions = require("./user-reductions");
11
12var loginCase = [_actions.SHARYN_LOG_USER_IN, _userReductions.setUserReduction];
13exports.loginCase = loginCase;
14var logoutCase = [_actions.SHARYN_LOG_USER_OUT, _userReductions.deleteUserReduction];
15exports.logoutCase = logoutCase;
\No newline at end of file