import _sfc_main from "./OCarousel.vue.mjs";
import _sfc_main$1 from "./OCarouselItem.vue.mjs";
const OCarousel = Object.assign(_sfc_main, {
OCarouselItem: _sfc_main$1,
install(app) {
app.component("OCarousel", _sfc_main);
}
});
export {
OCarousel,
_sfc_main$1 as OCarouselItem
};