mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 00:16:44 -06:00
add missing import
This commit is contained in:
parent
4898087ddb
commit
95da7086b8
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
import { ref, computed } from 'vue';
|
||||
import MkButton from '@/components/MkButton.vue';
|
||||
import FormSection from '@/components/form/section.vue';
|
||||
import FormInfo from '@/components/MkInfo.vue';
|
||||
import MkFolder from '@/components/MkFolder.vue';
|
||||
import MkSwitch from '@/components/MkSwitch.vue';
|
||||
import MkRadios from '@/components/MkRadios.vue';
|
||||
|
|
Loading…
Reference in a new issue