ts lint fixes

This commit is contained in:
Lotte Hofstede
2018-02-13 15:47:06 +01:00
parent 38fccfca58
commit c9071bc067
2 changed files with 1 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ import { CommunitySearchResult } from '../../../object-collection/shared/communi
@renderElementsFor(CommunitySearchResult, ViewMode.Grid)
export class CommunitySearchResultGridElementComponent extends SearchResultGridElementComponent<CommunitySearchResult, Community> {
}
}