Skip to content

Commit

Permalink
refactor: removed autoImported $t
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjason89 authored Aug 21, 2023
1 parent ae8530a commit 299d1b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/shared/BalanceInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import { Unit } from '@/params/types'
import { useDebounceFn } from '@vueuse/core'
import { NeoField, NeoInput, NeoSelect } from '@kodadot1/brick'
const { $t } = useNuxtApp()
const props = defineProps({
value: {
type: Number,
Expand Down

0 comments on commit 299d1b9

Please sign in to comment.