1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 02:05:47 +02:00

chore: fix lint errors (#8981)

This commit is contained in:
yzhe819
2022-07-10 22:47:29 +12:00
committed by GitHub
parent bbe4824955
commit 9107de63b4
8 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
</template>
<script lang="ts" setup>
import { } from 'vue';
import { } from 'vue';
import * as Misskey from 'misskey-js';
import XDrive from './drive.vue';
import XWindow from '@/components/ui/window.vue';