Finished removing results button from shared.module

This commit is contained in:
Michael Spalti
2022-12-21 12:54:31 -08:00
parent 10841aac90
commit 6a1f81280b
6 changed files with 14 additions and 11 deletions

View File

@@ -314,7 +314,6 @@ import { MenuModule } from './menu/menu.module';
import {
ListableNotificationObjectComponent
} from './object-list/listable-notification-object/listable-notification-object.component';
import { ThemedResultsBackButtonComponent } from './results-back-button/themed-results-back-button.component';
import { ThemedCollectionDropdownComponent } from './collection-dropdown/themed-collection-dropdown.component';
@@ -396,7 +395,6 @@ const COMPONENTS = [
ItemSubmitterComponent,
ItemDetailPreviewComponent,
ItemDetailPreviewFieldComponent,
ThemedResultsBackButtonComponent,
ClaimedTaskActionsComponent,
ClaimedTaskActionsLoaderComponent,
ItemActionsComponent,
@@ -406,7 +404,6 @@ const COMPONENTS = [
ViewModeSwitchComponent,
TruncatableComponent,
TruncatablePartComponent,
// BrowseByComponent,
InputSuggestionsComponent,
FilterInputSuggestionsComponent,
ValidationSuggestionsComponent,