remove unused imports

This commit is contained in:
kakkokari-gtyih 2024-08-22 12:09:57 +09:00
parent c875350b1e
commit 47262f6226
2 changed files with 2 additions and 6 deletions

View file

@ -12,7 +12,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<script setup lang="ts">
import * as Misskey from 'misskey-js';
import { i18n } from '@/i18n.js';
defineProps<{
video: Misskey.entities.DriveFile;