Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit 261049e

Browse files
authored
Merge pull request #4 from algolia/fix/store-import
fix: store import statement
2 parents bc74a7e + bd462f1 commit 261049e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vue-router/src/Search.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</template>
88

99
<script>
10-
import { createFromAlgoliaCredentials } from 'instantsearch-store';
10+
import { createFromAlgoliaCredentials } from 'vue-instantsearch';
1111
1212
const searchStore = createFromAlgoliaCredentials(
1313
'latency',

0 commit comments

Comments
 (0)