import toastr from 'toastr/build/toastr.min' toastr.options.showDuration = 400 toastr.options.hideDuration = 400 toastr.options.closeButton = true toastr.options.positionClass = 'toast-bottom-right' // eslint-disable-next-line max-len toastr.options.closeHtml = '' window.toastr = toastr