13 lines
370 B
Java
13 lines
370 B
Java
'use strict';
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
|
|
var _Notification = require('./Notification');
|
|
|
|
var _Notification2 = _interopRequireDefault(_Notification);
|
|
|
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
|
|
exports['default'] = _Notification2['default']; // based on rc-notification 3.3.1 |