fix: forgotten import
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-03-27 22:40:23 +02:00 committed by Gitea
parent a055a3ea52
commit 46050611d8
1 changed files with 1 additions and 1 deletions

View File

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