mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-18 04:28:41 -06:00
add missing import
This commit is contained in:
parent
32394e62ae
commit
0cbb883609
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ import MkSelect from '@/components/MkSelect.vue';
|
|||
import MkRadios from '@/components/MkRadios.vue';
|
||||
import MkInfo from '@/components/MkInfo.vue';
|
||||
import MkRange from '@/components/MkRange.vue';
|
||||
import MkButton from '@/components/MkButton.vue';
|
||||
import FormSection from '@/components/form/section.vue';
|
||||
|
||||
const defaultFont = getDefaultFontSettings();
|
||||
|
|
Loading…
Reference in a new issue