Skip to content

Commit 7bf7abf

Browse files
Fran McDadeFran McDade
authored andcommitted
WIP
1 parent f2df758 commit 7bf7abf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spa/src/app/files/hca-table-projects/hca-table-projects.component.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,27 @@ import { of } from "rxjs";
2424
// App components
2525
import { CcPipeModule } from "../../cc-pipe/cc-pipe.module";
2626
import { 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";
2729
import { ResponsiveService } from "../../shared/responsive/responsive.service";
2830
import { AnalysisProtocolPipelineLinkerComponent } from "../analysis-protocol-pipeline-linker/analysis-protocol-pipeline-linker.component";
2931
import { HCAContentEllipsisComponent } from "../hca-content-ellipsis/hca-content-ellipsis.component";
3032
import { HCAEllipsisTextComponent } from "../hca-content-ellipsis/hca-ellipsis-text.component";
3133
import { 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";
3334
import { HCATableCellComponent } from "../hca-table-cell/hca-table-cell.component";
34-
import { HCATableColumnHeaderComponent } from "../hca-table-column-header/hca-table-column-header.component";
3535
import { HCATableColumnHeaderCountComponent } from "../hca-table-column-header-count/hca-table-column-header-count.component";
3636
import { 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";
3738
import { HCATableColumnHeaderTitleComponent } from "../hca-table-column-header-title/hca-table-column-header-title.component";
3839
import { HCATableDataStatusPlaceholderComponent } from "../hca-table-data-status-placeholder/hca-table-data-status-placeholder.component";
3940
import { HCATablePaginationComponent } from "../hca-table-pagination/hca-table-pagination.component";
4041
import { HCATableSortComponent } from "../hca-table-sort/hca-table-sort.component";
4142
import { HCATooltipComponent } from "../hca-tooltip/hca-tooltip.component";
42-
import { DownloadButtonComponent } from "../../shared/download-button/download-button.component";
4343
import { ProjectTSVUrlRequestStatus } from "../project/project-tsv-url-request-status.model";
44-
import { ProjectDownloadsComponent } from "../project-downloads/project-downloads.component";
4544
import { ProjectTSVDownloadComponent } from "../project-tsv-download/project-tsv-download.component";
4645
import { DEFAULT_FILE_SUMMARY } from "../shared/file-summary.mock";
4746
import { TableRendererService } from "../table/table-renderer.service";
47+
import { TableScroll } from "../table-scroll/table-scroll.component";
4848
import { SelectProjectIdAction } from "../_ngrx/search/select-project-id.action";
4949
import { PROJECTS_TABLE_MODEL } from "./table-state-table-model-projects.mock";
5050
import { HCATableProjectsComponent } from "./hca-table-projects.component";

0 commit comments

Comments
 (0)