Skip to content

Commit

Permalink
test: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
davidma415 committed Apr 10, 2024
1 parent 0099177 commit a98f68d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/elements/kong-auth-login/KongAuthLogin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import KongAuthLogin from './KongAuthLogin.ce.vue'
import { win } from '../../utils'
import { getConfigOptions } from '../../composables/useConfigOptions'
import useI18n from '../../composables/useI18n'
import { h } from 'vue'

const { messages } = useI18n('en')

Expand Down

0 comments on commit a98f68d

Please sign in to comment.