Skip to content

Commit 7ee595e

Browse files
authored
Changed order of imports back to previous order
1 parent 5676b74 commit 7ee595e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/types/types.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import type {
2-
FacetDistribution,
32
SearchResponse as MeiliSearchResponse,
3+
FacetDistribution,
44
} from 'meilisearch'
5-
6-
import type { MultipleQueriesQuery as AlgoliaMultipleQueriesQuery } from '@algolia/client-search'
75
import type { SearchClient } from 'instantsearch.js'
6+
import type { MultipleQueriesQuery as AlgoliaMultipleQueriesQuery } from '@algolia/client-search'
87

98
export type { AlgoliaMultipleQueriesQuery }
109
export type { SearchResponse as AlgoliaSearchResponse } from '@algolia/client-search'

0 commit comments

Comments
 (0)