Skip to content

Commit

Permalink
add back ending curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
vincevuong committed Nov 2, 2017
1 parent 36267f8 commit 1cfaca2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions flattenComponent.js
Expand Up @@ -9,8 +9,6 @@ function flattenComponent(components, flattened = []) {
flattenComponent(components[index].children, flattened);
})
return flattened;
}


module.exports = flattenComponent;


module.exports = flattenComponent

0 comments on commit 1cfaca2

Please sign in to comment.