fix: forgotten import

This commit is contained in:
kolaente 2022-03-27 22:40:23 +02:00 committed by Gitea
parent a055a3ea52
commit 46050611d8

View file

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