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

Commit bd462f1

Browse files
committed
fix: store import statement
1 parent bc74a7e commit bd462f1

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)