Update #3965 - For base component paths

This commit is contained in:
Bahadır Sofuoğlu 2023-05-30 11:47:45 +03:00
parent 5aa605cd18
commit 698431db44
6 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@
</template>
<script>
import BaseOverlayPanel from './BaseOverlayPanel';
import BaseOverlayPanel from './BaseOverlayPanel.vue';
import FocusTrap from 'primevue/focustrap';
import TimesIcon from 'primevue/icons/times';
import OverlayEventBus from 'primevue/overlayeventbus';