2022-07-25 16:53:36 +08:00
|
|
|
import BasicInfoForm from './BasicInfoForm.vue'
|
|
|
|
import CloumInfoForm from './CloumInfoForm.vue'
|
|
|
|
import GenInfoForm from './GenInfoForm.vue'
|
|
|
|
import ImportTable from './ImportTable.vue'
|
|
|
|
import Preview from './Preview.vue'
|
2022-07-28 21:40:15 +08:00
|
|
|
export { BasicInfoForm, CloumInfoForm, GenInfoForm, ImportTable, Preview }
|