8 lines
104 B
JavaScript
Raw Normal View History

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