我正在尝试从其他文件夹导入文件 但出现此错误
./src/components/Body/index.js Module not found: Can't resolve '../../context' in '/home/workspace/reactjs/coding-practices/layoutBuilder/src/components/Body'
我已经尝试过:
import ConfigurationContext from '../../context' import ConfigurationContext from './../context'
我在 Body>index.js
想要从 context>ConfigurationContext.js
导入对象
请帮忙解决这个问题
试试这个
因为您没有在路径中提及文件名。