diff --git a/package.json b/package.json index 1fbef021..075f9aac 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ ] }, "dependencies": { - "@bytebase/vue-kbar": "^0.1.8", "@fullcalendar/core": "^6.1.8", "@fullcalendar/daygrid": "^6.1.8", "@fullcalendar/interaction": "^6.1.7", diff --git a/src/@core/components/DialogCloseBtn.vue b/src/@core/components/DialogCloseBtn.vue index 7a5e4e76..1bdfd59b 100644 --- a/src/@core/components/DialogCloseBtn.vue +++ b/src/@core/components/DialogCloseBtn.vue @@ -14,7 +14,10 @@ function onClick() { diff --git a/src/layouts/components/DefaultLayoutWithVerticalNav.vue b/src/layouts/components/DefaultLayoutWithVerticalNav.vue index 95ae0138..26cc26dd 100644 --- a/src/layouts/components/DefaultLayoutWithVerticalNav.vue +++ b/src/layouts/components/DefaultLayoutWithVerticalNav.vue @@ -2,8 +2,6 @@ import VerticalNavSectionTitle from '@/@layouts/components/VerticalNavSectionTitle.vue' import VerticalNavLayout from '@layouts/components/VerticalNavLayout.vue' import VerticalNavLink from '@layouts/components/VerticalNavLink.vue' - -// Components import Footer from '@/layouts/components/Footer.vue' import NavbarThemeSwitcher from '@/layouts/components/NavbarThemeSwitcher.vue' import UserNofification from '@/layouts/components/UserNotification.vue' @@ -25,21 +23,16 @@ const superUser = store.state.auth.superUser - - + - - - - @@ -53,7 +46,6 @@ const superUser = store.state.auth.superUser to: '/dashboard', }" /> - - -