Skip to content

Commit

Permalink
updated export name
Browse files Browse the repository at this point in the history
  • Loading branch information
trescube committed Dec 2, 2016
1 parent 58e25f3 commit c183594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports.layout = {
FilteredBooleanQuery: require('./layout/FilteredBooleanQuery'),
FallbackQuery: require('./layout/FallbackQuery'),
GeodisambiguationQuery: require('./layout/GeodisambiguationQuery'),
ComponentFallbackQuery: require('./layout/ComponentFallbackQuery')
StructuredFallbackQuery: require('./layout/StructuredFallbackQuery')
};

module.exports.view = {
Expand Down

0 comments on commit c183594

Please sign in to comment.