diff --git a/src/components/confirmationservice/ConfirmationService.js b/src/components/confirmationservice/ConfirmationService.js index a2b83783c..22c3e9bd7 100644 --- a/src/components/confirmationservice/ConfirmationService.js +++ b/src/components/confirmationservice/ConfirmationService.js @@ -1,5 +1,5 @@ import ConfirmationEventBus from './ConfirmationEventBus'; -import {PrimeVueConfirmSymbol} from '../useconfirm/useConfirm'; +import {PrimeVueConfirmSymbol} from '../useconfirm'; export default { install: (app) => { diff --git a/src/components/toastservice/ToastService.js b/src/components/toastservice/ToastService.js index 635948f94..259a15259 100755 --- a/src/components/toastservice/ToastService.js +++ b/src/components/toastservice/ToastService.js @@ -1,5 +1,5 @@ import ToastEventBus from './ToastEventBus'; -import {PrimeVueToastSymbol} from '../usetoast/useToast'; +import {PrimeVueToastSymbol} from '../usetoast'; export default { install: (app) => {