import { mountVueComponent } from "@/utils/mountVueComponent"; import CollectionJobStates from "./CollectionJobStates"; export const mountCollectionJobStates = mountVueComponent(CollectionJobStates);