@zohodesk/svg
Version:
This Bundle Contains EmptyState Images.
23 lines (19 loc) • 670 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "EmptyUnauthorizedLogin", {
enumerable: true,
get: function get() {
return _EmptyUnauthorizedLogin["default"];
}
});
Object.defineProperty(exports, "EmptyWillBeRightBack", {
enumerable: true,
get: function get() {
return _EmptyWillBeRightBack["default"];
}
});
var _EmptyUnauthorizedLogin = _interopRequireDefault(require("./EmptyUnauthorizedLogin"));
var _EmptyWillBeRightBack = _interopRequireDefault(require("./EmptyWillBeRightBack"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }