Skip to content

Commit 99d6c44

Browse files
committed
♻️ [fix] : 사이드바가 열리지 않는 오류 해결
1 parent 72869b0 commit 99d6c44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/top-bar/TopBar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ import MainLogo from '../common/MainLogo.vue'
7676
import NotificationIcon from '../icons/NotificationIcon.vue'
7777
import NotificationModal from './NotificationModal.vue'
7878
import ProfileModal from './ProfileModal.vue'
79+
import SideBar from './SideBar.vue'
7980
8081
const memberStore = useMemberStore()
8182
const { isLogined, info } = storeToRefs(memberStore)

0 commit comments

Comments
 (0)