Skip to content

Commit

Permalink
fix(frontend): コンポーネントのインポート忘れ (#15274)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Jan 14, 2025
1 parent d86c772 commit b161601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/pages/settings/mute-block.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ import * as os from '@/os.js';
import { misskeyApi } from '@/scripts/misskey-api.js';
import { infoImageUrl } from '@/instance.js';
import { signinRequired } from '@/account.js';
import MkInfo from '@/components/MkInfo.vue';
import MkFolder from '@/components/MkFolder.vue';

const $i = signinRequired();
Expand Down

0 comments on commit b161601

Please sign in to comment.