fix missing import

This commit is contained in:
Johann150 2022-08-10 17:02:17 +02:00
parent d6fb9619f6
commit e82d12f44b
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -34,7 +34,7 @@
</template>
<script lang="ts" setup>
import { computed } from 'vue';
import { computed, watch } from 'vue';
import MkButton from '@/components/ui/button.vue';
import * as os from '@/os';
import { definePageMetadata } from '@/scripts/page-metadata';