Skip to content

Commit a437e19

Browse files
author
Maxime Janton
authored
fix(es): wrong path to files (#2295)
1 parent 3821dea commit a437e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.es6.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import algoliasearchHelper from 'algoliasearch-helper';
33
import toFactory from 'to-factory';
44

5-
import InstantSearch from './dist-es6-module/lib/InstantSearch.js';
6-
import version from './dist-es6-module/lib/version.js';
5+
import InstantSearch from './lib/InstantSearch.js';
6+
import version from './lib/version.js';
77

88
// import instantsearch from 'instantsearch.js';
99
// -> provides instantsearch object without connectors and widgets

0 commit comments

Comments
 (0)