This commit is contained in:
syuilo
2024-08-26 15:47:31 +09:00
parent ace5248b93
commit 001974968a
4 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ import * as Misskey from 'misskey-js';
import EmMediaList from '@/components/EmMediaList.vue';
import EmPoll from '@/components/EmPoll.vue';
import { i18n } from '@/i18n.js';
import { shouldCollapsed } from '@/scripts/collapsed.js';
import { shouldCollapsed } from '@/to-be-shared/collapsed.js';
const props = defineProps<{
note: Misskey.entities.Note;