|
@@ -1,4 +1,14 @@
|
|
|
-/******/ (function(modules) { // webpackBootstrap
|
|
|
|
|
|
|
+(function webpackUniversalModuleDefinition(root, factory) {
|
|
|
|
|
+ if(typeof exports === 'object' && typeof module === 'object')
|
|
|
|
|
+ module.exports = factory();
|
|
|
|
|
+ else if(typeof define === 'function' && define.amd)
|
|
|
|
|
+ define([], factory);
|
|
|
|
|
+ else if(typeof exports === 'object')
|
|
|
|
|
+ exports["Branding"] = factory();
|
|
|
|
|
+ else
|
|
|
|
|
+ root["Branding"] = factory();
|
|
|
|
|
+})(typeof self !== 'undefined' ? self : this, function() {
|
|
|
|
|
+return /******/ (function(modules) { // webpackBootstrap
|
|
|
/******/ // The module cache
|
|
/******/ // The module cache
|
|
|
/******/ var installedModules = {};
|
|
/******/ var installedModules = {};
|
|
|
/******/
|
|
/******/
|
|
@@ -14861,5 +14871,6 @@ class Vashden extends __WEBPACK_IMPORTED_MODULE_1_react__["PureComponent"] {
|
|
|
// removed by extract-text-webpack-plugin
|
|
// removed by extract-text-webpack-plugin
|
|
|
|
|
|
|
|
/***/ })
|
|
/***/ })
|
|
|
-/******/ ]);
|
|
|
|
|
|
|
+/******/ ])["default"];
|
|
|
|
|
+});
|
|
|
//# sourceMappingURL=index.js.map
|
|
//# sourceMappingURL=index.js.map
|