1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 23:44:01 +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

@@ -46,6 +46,7 @@
<script lang="ts" setup>
import { watch } from 'vue';
import * as Acct from 'misskey-js/built/acct';
import MkButton from '@/components/ui/button.vue';
import MkInput from '@/components/form/input.vue';
import MkTextarea from '@/components/form/textarea.vue';