import Modal from "bootstrap/js/src/modal"; export const openModal = (modalName) => { let modal = new Modal(document.getElementById(modalName)) modal.toggle(); }