Skip to content

Commit 0c63c17

Browse files
authored
remove custom theme dependency
1 parent 52392ab commit 0c63c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/notifications/suggestion-list-element/suggestion-list-element.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
1010
import { TranslateModule } from '@ngx-translate/core';
1111
import { Suggestion } from 'src/app/core/notifications/suggestions/models/suggestion.model';
1212

13-
import { ItemSearchResultListElementComponent } from '../../../themes/custom/app/shared/object-list/search-result-list-element/item-search-result/item-types/item/item-search-result-list-element.component';
13+
import { ItemSearchResultListElementComponent } from '../../shared/object-list/search-result-list-element/item-search-result/item-types/item/item-search-result-list-element.component';
1414
import { Item } from '../../core/shared/item.model';
1515
import { fadeIn } from '../../shared/animations/fade';
1616
import { isNotEmpty } from '../../shared/empty.util';

0 commit comments

Comments
 (0)