Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Commit

Permalink
feat(blueprints): add missing node-style index.js files
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielks authored and David Zukowski committed Apr 17, 2016
1 parent 44af9c0 commit fd1cb80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blueprints/dumb/files/__root__/components/__name__/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import <%= pascalEntityName %> from './<%= pascalEntityName %>'
export default <%= pascalEntityName %>
2 changes: 2 additions & 0 deletions blueprints/smart/files/__root__/containers/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import <%= pascalEntityName %> from './<%= pascalEntityName %>'
export default <%= pascalEntityName %>

0 comments on commit fd1cb80

Please sign in to comment.