chore: vue-i18n is already auto imported (#194)

This commit is contained in:
Manuel Quarneti 2021-09-15 13:41:38 +02:00 committed by GitHub
parent 96af6b8e87
commit 8ce8c5a203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
<script setup lang="ts">
import { useI18n } from 'vue-i18n'
import { isDark, toggleDark } from '~/logic'
const { t, availableLocales, locale } = useI18n()