diff options
Diffstat (limited to 'packages/frontend/src/pages/admin/_header_.vue')
| -rw-r--r-- | packages/frontend/src/pages/admin/_header_.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/frontend/src/pages/admin/_header_.vue b/packages/frontend/src/pages/admin/_header_.vue index a342644516..599b16e465 100644 --- a/packages/frontend/src/pages/admin/_header_.vue +++ b/packages/frontend/src/pages/admin/_header_.vue @@ -28,13 +28,11 @@ </template> <script lang="ts" setup> -import { computed, onMounted, onUnmounted, ref, shallowRef, inject, watch, nextTick } from 'vue'; +import { computed, onMounted, onUnmounted, ref, shallowRef, watch, nextTick } from 'vue'; import tinycolor from 'tinycolor2'; import { popupMenu } from '@/os'; -import { url } from '@/config'; import { scrollToTop } from '@/scripts/scroll'; import MkButton from '@/components/MkButton.vue'; -import { i18n } from '@/i18n'; import { globalEvents } from '@/events'; import { injectPageMetadata } from '@/scripts/page-metadata'; |