Skip to content

Commit

Permalink
chore(AppBar): resolve linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jan 5, 2024
1 parent 51f3f02 commit 9e4daa8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/docs/src/components/app/bar/Bar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,18 @@
// Composables
import { useAppStore } from '@/store/app'
import { useDisplay, useTheme } from 'vuetify'
import { useRoute, useRouter } from 'vue-router'
import { useRoute } from 'vue-router'
// Stores
import { useUserStore } from '@vuetify/one'
// Utilities
import { computed } from 'vue'
import { rpath } from '@/util/routes'
const app = useAppStore()
const user = useUserStore()
const { smAndUp, mdAndUp, lgAndUp, mdAndDown } = useDisplay()
const route = useRoute()
const router = useRouter()
const theme = useTheme()
const image = computed(() => {
Expand Down

0 comments on commit 9e4daa8

Please # to comment.