17 lines
484 B
JavaScript

'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VNavigationDrawer = undefined;
var _VNavigationDrawer = require('./VNavigationDrawer');
var _VNavigationDrawer2 = _interopRequireDefault(_VNavigationDrawer);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.VNavigationDrawer = _VNavigationDrawer2.default;
exports.default = _VNavigationDrawer2.default;
//# sourceMappingURL=index.js.map