-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
client/src/components/Collections/PairedOrUnpairedComponents.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import CellDiscardComponent from "./common/CellDiscardComponent.vue"; | ||
import CellStatusComponent from "./common/CellStatusComponent.vue"; | ||
import PairedDatasetCellComponent from "./common/PairedDatasetCellComponent.vue"; | ||
import CollectionCreator from "@/components/Collections/common/CollectionCreator.vue"; | ||
|
||
export const components = { | ||
CellDiscardComponent, | ||
CellStatusComponent, | ||
PairedDatasetCellComponent, | ||
CollectionCreator, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters