Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jan 22, 2025
1 parent 5d9db2c commit 9e5a3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/framework.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { createLocale, LocaleSymbol } from '@/composables/locale'
import { createTheme, ThemeSymbol } from '@/composables/theme'

// Utilities
import { effectScope, getCurrentScope, nextTick, reactive } from 'vue'
import { effectScope, nextTick, reactive } from 'vue'
import { defineComponent, IN_BROWSER, mergeDeep } from '@/util'

// Types
Expand Down

0 comments on commit 9e5a3c8

Please sign in to comment.