This commit is contained in:
mattyatea 2023-10-18 23:14:25 +09:00
parent 4a941b22a9
commit 6cc503dfc9
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ import * as os from '@/os.js';
import { fetchInstance } from '@/instance.js';
import { i18n } from '@/i18n.js';
import { definePageMetadata } from '@/scripts/page-metadata.js';
import MkSpacer from "@/components/global/MkSpacer.vue";
import MkStickyContainer from "@/components/global/MkStickyContainer.vue";
let blockedHosts: string = $ref('');
let silencedHosts: string = $ref('');