// Vue 2.7 <-> AG Grid - legacy stuff // see comments around "export default {" in PairedOrUnpairedListCollectionCreator 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, };