add missing import file extension

This commit is contained in:
Hazelnoot 2025-05-19 18:27:20 -04:00
parent c412f5d69a
commit be1326372b

View file

@ -17,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<script setup lang="ts">
import * as Misskey from 'misskey-js';
import { watch } from 'vue';
import { i18n } from '@/i18n';
import { i18n } from '@/i18n.js';
const props = withDefaults(defineProps<{
note: Misskey.entities.Note;