我看了别人的react文件,每个子组件都还要专门一个index.js在输出一遍?这是为啥?不是已经在组件文件export了么?export { default } from './About';//已经在About.js export了,为啥每个文件夹多一个index.js 查看完整描述