Skip to content

Commit

Permalink
Moving Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
arielfr committed Aug 30, 2017
1 parent ef5c288 commit 968dcd8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file removed app/components/.gitKeep
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion middleware/react-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const ReactDOMServer = require('react-dom/server');
const Head = require('react-declarative-head');
const { isDevelopment } = require('../helpers/environmentHelper');
const merge = require('deepmerge');
const DefaultLayout = require('./Layout');
const DefaultLayout = require('../app/components/Layout');

const deleteRequireCache = (path) => {
delete require.cache[require.resolve(path)]
Expand Down

0 comments on commit 968dcd8

Please sign in to comment.