Skip to content

Commit

Permalink
adding redux
Browse files Browse the repository at this point in the history
  • Loading branch information
bishopZ committed Nov 28, 2015
1 parent f1bed97 commit 83faf46
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion client/models/layoutList.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import NotFound from '../layouts/notFound';
import Grid from '../layouts/grid';
import FullScreen from '../layouts/fullScreen';
import FullScreen from '../layouts/fullscreenPage';

var Layouts = {
NotFound: NotFound,
Expand Down
26 changes: 15 additions & 11 deletions public/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -38087,14 +38087,14 @@

var _layoutsGrid2 = _interopRequireDefault(_layoutsGrid);

var _layoutsFullScreen = __webpack_require__(283);
var _layoutsFullscreenPage = __webpack_require__(288);

var _layoutsFullScreen2 = _interopRequireDefault(_layoutsFullScreen);
var _layoutsFullscreenPage2 = _interopRequireDefault(_layoutsFullscreenPage);

var Layouts = {
NotFound: _layoutsNotFound2['default'],
Grid: _layoutsGrid2['default'],
FullScreen: _layoutsFullScreen2['default']
FullScreen: _layoutsFullscreenPage2['default']
};

module.exports = Layouts;
Expand Down Expand Up @@ -39910,7 +39910,18 @@
module.exports = exports["default"];

/***/ },
/* 283 */
/* 283 */,
/* 284 */
/***/ function(module, exports) {

// removed by extract-text-webpack-plugin
module.exports = {"blur":"blur","gridItem":"gridItem"};

/***/ },
/* 285 */,
/* 286 */,
/* 287 */,
/* 288 */
/***/ function(module, exports, __webpack_require__) {

'use strict';
Expand Down Expand Up @@ -39994,13 +40005,6 @@
exports['default'] = FullScreen;
module.exports = exports['default'];

/***/ },
/* 284 */
/***/ function(module, exports) {

// removed by extract-text-webpack-plugin
module.exports = {"blur":"blur","gridItem":"gridItem"};

/***/ }
/******/ ]);
//# sourceMappingURL=application.js.map

0 comments on commit 83faf46

Please sign in to comment.