7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
import SweetAlert from './SweetAlert.js'
|
|
|
|
const Swal = SweetAlert
|
|
Swal.default = Swal
|
|
|
|
export default Swal
|