Skip to content

Commit

Permalink
fix for csb
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Nov 23, 2023
1 parent 356b091 commit 2b06f73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/js/multi-clients/src/search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import instantsearch from 'instantsearch.js';
import { algolia } from '@algolia/client';

import { algolia } from './algolia';

const client = algolia('XX85YRZZMV', '098f71f9e2267178bdfc08cc986d2999');

Expand Down

0 comments on commit 2b06f73

Please sign in to comment.