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

This commit is contained in:
kolaente 2022-03-27 22:40:23 +02:00
parent db2005658c
commit 627d92d5d4
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, computed, watch} from 'vue'
import {ref, computed, watch, watchEffect} from 'vue'
import {useRoute} from 'vue-router'
import Message from '@/components/misc/message.vue'