Skip to content

Commit

Permalink
fix(types): order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Jun 26, 2019
1 parent 1a0f1c3 commit 802dc7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/instantsearch.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { EventEmitter } from 'events';
import { Client as AlgoliaSearchClient } from 'algoliasearch';
import { InsightsClient as AlgoliaInsightsClient } from './insights';
import {
AlgoliaSearchHelper,
SearchParameters as AlgoliaSearchHelperSearchParameters,
SearchResults as AlgoliaSearchHelperSearchResults,
} from 'algoliasearch-helper';
import { Widget, UiState } from './widget';
import { Index } from '../lib/index';
import { InsightsClient as AlgoliaInsightsClient } from './insights';
import { Widget, UiState } from './widget';

export type InstantSearchOptions = any;

Expand Down

0 comments on commit 802dc7d

Please sign in to comment.