Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Oct 17, 2024
1 parent c3122bc commit e3b0147
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/runtime/components/i18n-switcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@ import { ref, computed } from 'vue'
import type { CSSProperties } from 'vue'
import { useNuxtApp } from '#app'
import { useRoute } from '#imports'
interface Locale {
code: string
iso?: string
dir?: 'rtl' | 'ltr'
}
import type { Locale } from '~/src/types'
interface Props {
customLabels?: Record<string, string>
Expand Down

0 comments on commit e3b0147

Please sign in to comment.