Skip to content

Commit

Permalink
remove unused buildRoutes import
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Apr 14, 2020
1 parent 384bf43 commit 6c20d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware/createTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const __version = "${version}"
export const __timestamp = "${(new Date).toISOString()}"
//buildRoutes
import { buildRoutes, buildClientTree } from "${buildRoutes_js}"
import { buildClientTree } from "${buildRoutes_js}"
//imports
${importTemplate()}
Expand Down

0 comments on commit 6c20d85

Please sign in to comment.