Remove unused imports (#12730)

This commit is contained in:
woxtu
2023-12-21 11:36:45 +09:00
committed by GitHub
parent b2254a66d3
commit c92508a575
85 changed files with 64 additions and 141 deletions

View File

@@ -80,7 +80,6 @@ import { ref, computed } from 'vue';
import { toUnicode } from 'punycode/';
import MkButton from './MkButton.vue';
import MkInput from './MkInput.vue';
import MkSwitch from './MkSwitch.vue';
import MkCaptcha, { type Captcha } from '@/components/MkCaptcha.vue';
import * as config from '@/config.js';
import * as os from '@/os.js';