mirror of
https://github.com/paricafe/misskey.git
synced 2025-04-21 06:16:11 -05:00
fix
This commit is contained in:
parent
16ef54988e
commit
7f4bfa3531
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ import MkMediaList from '@/components/MkMediaList.vue';
|
|||
import MkPoll from '@/components/MkPoll.vue';
|
||||
import { i18n } from '@/i18n.js';
|
||||
import { prefer } from '@/preferences.js';
|
||||
import { useRouter } from '@/router/supplier.js';
|
||||
import { useRouter } from '@/router.js';
|
||||
|
||||
const props = defineProps<{
|
||||
note: Misskey.entities.Note;
|
||||
|
|
Loading…
Add table
Reference in a new issue