Skip to content

Commit c851d38

Browse files
committed
🐛 [fix] ModalView 아이콘 import
1 parent 9e444f4 commit c851d38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/common/ModalView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<script setup lang="ts">
7979
import { failIcon, successIcon, warningIcon } from '@/constants/iconPath'
8080
import { ref, watch } from 'vue'
81+
import CommonIcons from './CommonIcons.vue'
8182
8283
const props = defineProps<{
8384
isOpen: boolean

0 commit comments

Comments
 (0)