Testing Alpha
This commit is contained in:
7
resources/assets/vendor/libs/toastr/toastr.js
vendored
Normal file
7
resources/assets/vendor/libs/toastr/toastr.js
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import toastr from 'toastr/toastr';
|
||||
|
||||
try {
|
||||
window.toastr = toastr;
|
||||
} catch (e) {}
|
||||
|
||||
export { toastr };
|
Reference in New Issue
Block a user