Skip to content

Commit 27dfafb

Browse files
brunowegoprescottprue
authored andcommitted
Wrong routes import (#12)
* Fixes incorrect routes import within `/lib/index-server.js`
1 parent 55eb538 commit 27dfafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/templates/lib/index-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
import React from 'react' //eslint-disable-line
4-
import createRoutes from '../app/router'
4+
import createRoutes from '../app/routes'
55
import { match, RouterContext } from 'react-router'
66
import { renderToString } from 'react-dom/server'
77
import { Provider } from 'react-redux'

0 commit comments

Comments
 (0)