Skip to content

Commit

Permalink
Remove exportDefaultAsNamed
Browse files Browse the repository at this point in the history
  • Loading branch information
coleturner authored Jan 28, 2018
1 parent 1708599 commit 081ed46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utilities/createIndexCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ const safeVariableName = (fileName) => {
}
};

const exportDefaultAsNamed = (variableName, fileName) => {
return 'export { default as ' + variableName + ' } from \'./' + fileName + '\';';
};

const buildExportBlock = (files, templateFunction) => {
let importBlock;

Expand Down

0 comments on commit 081ed46

Please sign in to comment.