fix: lint
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2022-03-27 18:52:13 +02:00
parent 1b54debb9b
commit 824f8cd9b1
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
</template>
<script setup lang="ts">
import {ref, shallowRef, computed, watchEffect} from 'vue'
import {ref, computed, watchEffect} from 'vue'
import {useRoute} from 'vue-router'
import Message from '@/components/misc/message.vue'