Skip to content

Commit

Permalink
Changed order of imports back to previous order
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeaway authored Jul 25, 2022
1 parent 5676b74 commit 7ee595e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/types/types.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import type {
FacetDistribution,
SearchResponse as MeiliSearchResponse,
FacetDistribution,
} from 'meilisearch'

import type { MultipleQueriesQuery as AlgoliaMultipleQueriesQuery } from '@algolia/client-search'
import type { SearchClient } from 'instantsearch.js'
import type { MultipleQueriesQuery as AlgoliaMultipleQueriesQuery } from '@algolia/client-search'

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

0 comments on commit 7ee595e

Please sign in to comment.