Skip to content

Commit 3ef55a3

Browse files
author
vvo
committed
fix: folder requires uses a trailing / to ease recognition of /index.js
1 parent 6826bd6 commit 3ef55a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ module.exports = {
44
InstantSearch: require('./lib/InstantSearch'),
55
widgets: {
66
searchBox: require('./widgets/search-box/'),
7+
results: require('./widgets/hits/')
78
}
89
};

0 commit comments

Comments
 (0)