Skip to content

Commit 8fbbe1c

Browse files
committed
♻️ [refactor] : 파일 변경 반영
1 parent 4e80205 commit 8fbbe1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/top-bar/SideBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<script setup lang="ts">
6969
import { useRoute } from 'vue-router'
7070
import { computed } from 'vue'
71-
import CommonIcons from './common/CommonIcons.vue'
71+
import CommonIcons from '../common/CommonIcons.vue'
7272
import { hamburgerIcon } from '@/constants/iconPath'
7373
import { SIDE_USER_MENU, SIDE_MANAGER_MENU, SIDE_ADMIN_MENU } from '@/constants/menu'
7474
import { useMemberStore } from '@/stores/member'

0 commit comments

Comments
 (0)