最佳答案
如果可能的话,我想写下面一行:
import Module from './Module/Module;'
export Module;
我尝试了以下方法,但似乎行不通:
export Module from './Module/Module;