This commit is contained in:
Gauthier Roebroeck 2025-12-19 09:23:30 +08:00
parent e46afaa98d
commit e8c7e63041
2 changed files with 1 additions and 2 deletions

View file

@ -137,7 +137,6 @@ import type { ErrorCause } from '@/api/komga-client'
import { commonMessages } from '@/utils/i18n/common-messages'
const intl = useIntl()
const router = useRouter()
const display = useDisplay()
const { unpinned, pinned, refresh } = useLibraries()
const { isAdmin } = useCurrentUser()