8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
import SweetAlert from './SweetAlert.js'
|
|
|
|
const Swal = SweetAlert
|
|
// @ts-ignore
|
|
Swal.default = Swal
|
|
|
|
export default Swal
|