a9be15caf3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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;
|