2025-04-02 13:24:56 +05:30

8 lines
104 B
JavaScript

import toastr from 'toastr/toastr';
try {
window.toastr = toastr;
} catch (e) {}
export { toastr };