17 lines
404 B
JavaScript
17 lines
404 B
JavaScript
|
'use strict';
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports.VDialog = undefined;
|
||
|
|
||
|
var _VDialog = require('./VDialog');
|
||
|
|
||
|
var _VDialog2 = _interopRequireDefault(_VDialog);
|
||
|
|
||
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||
|
|
||
|
exports.VDialog = _VDialog2.default;
|
||
|
exports.default = _VDialog2.default;
|
||
|
//# sourceMappingURL=index.js.map
|