pull/3711/head
Tuğçe Küçükoğlu 2023-03-07 15:36:48 +03:00
parent 57a490ffbd
commit a16c34e742
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@
</template>
<script>
import { UniqueComponentId } from 'primevue/utils';
import DynamicDialogEventBus from 'primevue/dynamicdialogeventbus';
import Dialog from 'primevue/dialog';
import DynamicDialogEventBus from 'primevue/dynamicdialogeventbus';
import { UniqueComponentId } from 'primevue/utils';
export default {
name: 'DynamicDialog',