94688: Added ThemedSearchFormComponent

This commit is contained in:
Alexandre Vryghem
2022-12-01 10:27:10 +01:00
parent ca864379c8
commit e96954cf60
7 changed files with 61 additions and 9 deletions

View File

@@ -60,6 +60,7 @@ import { LoadingComponent } from './loading/loading.component';
import { PaginationComponent } from './pagination/pagination.component';
import { ThumbnailComponent } from '../thumbnail/thumbnail.component';
import { SearchFormComponent } from './search-form/search-form.component';
import { ThemedSearchFormComponent } from './search-form/themed-search-form.component';
import {
SearchResultGridElementComponent
} from './object-grid/search-result-grid-element/search-result-grid-element.component';
@@ -396,6 +397,7 @@ const COMPONENTS = [
PaginationComponent,
RSSComponent,
SearchFormComponent,
ThemedSearchFormComponent,
PageWithSidebarComponent,
SidebarDropdownComponent,
SidebarFilterComponent,