Skip to content
This repository was archived by the owner on Jun 1, 2020. It is now read-only.

Commit 673d29a

Browse files
donna-marijneAshley Hunter
authored andcommitted
EL-3641 - Fixed import (#10)
* Fixed import * Corrected import
1 parent 24f0b9a commit 673d29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/search-builder/search-components/select/select.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Component } from '@angular/core';
2+
import { InfiniteScrollLoadFunction } from '../../../../directives/infinite-scroll/index';
23
import { BaseSearchComponent, BaseSearchComponentConfig } from '../base-search.component';
3-
import { InfiniteScrollLoadFunction } from '../../../../index';
44

55
@Component({
66
selector: 'ux-search-select',

0 commit comments

Comments
 (0)