1
0

fix: lint

This commit is contained in:
kolaente
2022-09-23 11:50:30 +02:00
parent 3c9c5eff12
commit 2bf9771e28

View File

@ -41,7 +41,7 @@
</template>
<script setup lang="ts">
import {ref, watch, unref, shallowReactive, computed} from 'vue'
import {ref, watch, unref, computed} from 'vue'
import {useI18n} from 'vue-i18n'
import {useStore} from '@/store'
import {tryOnMounted, debouncedWatch, useWindowSize, type MaybeRef} from '@vueuse/core'