@@ -24,27 +24,27 @@ import { of } from "rxjs";
2424// App components
2525import { CcPipeModule } from "../../cc-pipe/cc-pipe.module" ;
2626import { ConfigService } from "../../config/config.service" ;
27+ import { CopyToClipboardComponent } from "../../shared/copy-to-clipboard/copy-to-clipboard.component" ;
28+ import { DownloadButtonComponent } from "../../shared/download-button/download-button.component" ;
2729import { ResponsiveService } from "../../shared/responsive/responsive.service" ;
2830import { AnalysisProtocolPipelineLinkerComponent } from "../analysis-protocol-pipeline-linker/analysis-protocol-pipeline-linker.component" ;
2931import { HCAContentEllipsisComponent } from "../hca-content-ellipsis/hca-content-ellipsis.component" ;
3032import { HCAEllipsisTextComponent } from "../hca-content-ellipsis/hca-ellipsis-text.component" ;
3133import { HCAContentUnspecifiedDashComponent } from "../hca-content-unspecified-bar/hca-content-unspecified-dash.component" ;
32- import { CopyToClipboardComponent } from "../hca-get-data/copy-to-clipboard/copy-to-clipboard.component" ;
3334import { HCATableCellComponent } from "../hca-table-cell/hca-table-cell.component" ;
34- import { HCATableColumnHeaderComponent } from "../hca-table-column-header/hca-table-column-header.component" ;
3535import { HCATableColumnHeaderCountComponent } from "../hca-table-column-header-count/hca-table-column-header-count.component" ;
3636import { HCATableColumnHeaderDownloadComponent } from "../hca-table-column-header-download/hca-table-column-header-download.component" ;
37+ import { HCATableColumnHeaderComponent } from "../hca-table-column-header/hca-table-column-header.component" ;
3738import { HCATableColumnHeaderTitleComponent } from "../hca-table-column-header-title/hca-table-column-header-title.component" ;
3839import { HCATableDataStatusPlaceholderComponent } from "../hca-table-data-status-placeholder/hca-table-data-status-placeholder.component" ;
3940import { HCATablePaginationComponent } from "../hca-table-pagination/hca-table-pagination.component" ;
4041import { HCATableSortComponent } from "../hca-table-sort/hca-table-sort.component" ;
4142import { HCATooltipComponent } from "../hca-tooltip/hca-tooltip.component" ;
42- import { DownloadButtonComponent } from "../../shared/download-button/download-button.component" ;
4343import { ProjectTSVUrlRequestStatus } from "../project/project-tsv-url-request-status.model" ;
44- import { ProjectDownloadsComponent } from "../project-downloads/project-downloads.component" ;
4544import { ProjectTSVDownloadComponent } from "../project-tsv-download/project-tsv-download.component" ;
4645import { DEFAULT_FILE_SUMMARY } from "../shared/file-summary.mock" ;
4746import { TableRendererService } from "../table/table-renderer.service" ;
47+ import { TableScroll } from "../table-scroll/table-scroll.component" ;
4848import { SelectProjectIdAction } from "../_ngrx/search/select-project-id.action" ;
4949import { PROJECTS_TABLE_MODEL } from "./table-state-table-model-projects.mock" ;
5050import { HCATableProjectsComponent } from "./hca-table-projects.component" ;
0 commit comments