Completely updated React, fixed #11, (hopefully)
This commit is contained in:
6
goTorrentWebUI/node_modules/material-ui/BottomNavigation/index.js
generated
vendored
6
goTorrentWebUI/node_modules/material-ui/BottomNavigation/index.js
generated
vendored
@@ -13,12 +13,12 @@ Object.defineProperty(exports, 'default', {
|
||||
}
|
||||
});
|
||||
|
||||
var _BottomNavigationButton = require('./BottomNavigationButton');
|
||||
var _BottomNavigationAction = require('./BottomNavigationAction');
|
||||
|
||||
Object.defineProperty(exports, 'BottomNavigationButton', {
|
||||
Object.defineProperty(exports, 'BottomNavigationAction', {
|
||||
enumerable: true,
|
||||
get: function get() {
|
||||
return _interopRequireDefault(_BottomNavigationButton).default;
|
||||
return _interopRequireDefault(_BottomNavigationAction).default;
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user