9 lines
123 B
TypeScript
9 lines
123 B
TypeScript
import Swal from "sweetalert2";
|
|
|
|
|
|
function AlertSwet(){
|
|
|
|
Swal.fire("SweetAlert2 is working!");
|
|
}
|
|
|
|
export default AlertSwet |