diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 19:58:10 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 19:58:10 +0200 |
| commit | 24ec0726bf254f4e4398cf2bfa0c794978367744 (patch) | |
| tree | d19f5eaa94cd99794646dc49b7c9a8a3cfe62b6a /public/bundle.js | |
| parent | e113c29866e39c4a469a16fe7d8c03e476ddd480 (diff) | |
move p2pl
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/public/bundle.js b/public/bundle.js index 7a58b2f..8963cd6 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -4413,9 +4413,9 @@ var _preact = __webpack_require__(/*! preact */ "./node_modules/preact/dist/prea var _reactRouterDom = __webpack_require__(/*! react-router-dom */ "./node_modules/react-router-dom/es/index.js"); -var _live = __webpack_require__(/*! ./live.component */ "./app/client/modules/pix2pix/live.component.js"); +var _pix2pix = __webpack_require__(/*! ./pix2pix.live */ "./app/client/modules/pix2pix/pix2pix.live.js"); -var _live2 = _interopRequireDefault(_live); +var _pix2pix2 = _interopRequireDefault(_pix2pix); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -4423,7 +4423,7 @@ function router() { return (0, _preact.h)( 'section', null, - (0, _preact.h)(_reactRouterDom.Route, { exact: true, path: '/pix2pix/live/', component: _live2.default }) + (0, _preact.h)(_reactRouterDom.Route, { exact: true, path: '/pix2pix/live/', component: _pix2pix2.default }) ); } @@ -4468,10 +4468,10 @@ exports.default = { /***/ }), -/***/ "./app/client/modules/pix2pix/live.component.js": -/*!******************************************************!*\ - !*** ./app/client/modules/pix2pix/live.component.js ***! - \******************************************************/ +/***/ "./app/client/modules/pix2pix/pix2pix.live.js": +/*!****************************************************!*\ + !*** ./app/client/modules/pix2pix/pix2pix.live.js ***! + \****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { |
