7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
import toastr from 'toastr';
|
|
|
|
toastr.options.positionClass = 'toast-top-right';
|
|
toastr.options.preventDuplicates = true;
|
|
|
|
export default toastr;
|