6 lines
218 B
TypeScript
6 lines
218 B
TypeScript
|
import BasicInfoForm from './BasicInfoForm.vue'
|
||
|
import DescriptionForm from './DescriptionForm.vue'
|
||
|
import OtherSettingsForm from './OtherSettingsForm.vue'
|
||
|
|
||
|
export { BasicInfoForm, DescriptionForm, OtherSettingsForm }
|