fix: lint
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2022-09-23 11:50:30 +02:00
parent 3c9c5eff12
commit 2bf9771e28
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

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'