From eefe1277c1bfe4248f3e72690b7de2f9147ad75f Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 13 Jan 2021 14:18:49 +0300 Subject: [PATCH] Fixed paths --- src/components/confirmationservice/ConfirmationService.js | 2 +- src/components/toastservice/ToastService.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) => {