8 lines
104 B
JavaScript
Raw Permalink Normal View History

2025-03-07 00:29:07 -06:00
import Swiper from 'swiper/bundle';
try {
window.Swiper = Swiper;
} catch (e) {}
export { Swiper };