Skip to content

Commit

Permalink
Replace SearchResultItemView by ItemSummaryBlockView (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed May 31, 2021
1 parent 9aaeb18 commit 6475ac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { extend, after, constant } from 'lodash';

import View, { CompositeView, ViewOptions as BaseOpt } from '../core/view';
import FlatItem from '../common-adapters/flat-item-model';
import SearchResultItemView from '../item-summary-block/item-summary-block-view';

import SearchResultSourceView from './search-result-source-view';
import SearchResultItemView from './search-result-item-view';
import searchResultBaseTemplate from './search-result-base-template';

export interface ViewOptions extends BaseOpt {
Expand Down

0 comments on commit 6475ac8

Please sign in to comment.