1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-10 15:24:04 +02:00

fix lint no-undef

This commit is contained in:
Johann150
2022-07-04 16:33:55 +02:00
parent 2bd4323b17
commit a5c3fcea6e
6 changed files with 5 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ import MkButton from '@/components/ui/button.vue';
import * as os from '@/os';
import { mainRouter } from '@/router';
import { definePageMetadata } from '@/scripts/page-metadata';
import { i18n } from '@/i18n';
const props = defineProps<{
listId: string;