Skip to content

Commit

Permalink
#150 Fixing path to use relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-atmire committed Dec 1, 2017
1 parent 78ba105 commit 9b81210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/+search-page/search-page.component.ts
Expand Up @@ -12,7 +12,7 @@ import { SearchService } from './search-service/search.service';
import { pushInOut } from '../shared/animations/push';
import { HostWindowService } from '../shared/host-window.service';
import { SearchSidebarService } from './search-sidebar/search-sidebar.service';
import { PaginationComponentOptions } from 'src/app/shared/pagination/pagination-component-options.model';
import { PaginationComponentOptions } from '../shared/pagination/pagination-component-options.model';
import { SortOptions } from '../core/cache/models/sort-options.model';

/**
Expand Down

0 comments on commit 9b81210

Please sign in to comment.