UNPKG

admin-on-rest-fr05t1k

Version:

A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI

9 lines (8 loc) 290 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var AUTH_LOGIN = exports.AUTH_LOGIN = 'AUTH_LOGIN'; var AUTH_CHECK = exports.AUTH_CHECK = 'AUTH_CHECK'; var AUTH_ERROR = exports.AUTH_ERROR = 'AUTH_ERROR'; var AUTH_LOGOUT = exports.AUTH_LOGOUT = 'AUTH_LOGOUT';