Path Error in React.

Seonmi Choi·2021년 1월 27일
0

./src/components/AddNumberRoot.jsx
Module not found: Can't resolve './components/AddNumber' in '/Users/user/Desktop/reactpracticeall/react-redux/src/components'

Module not found: You attempted to import ../components/AddNumberRoot which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.

import 경로를 설정하는데
import AddNumber from '../components/AddNumber';
import AddNumberRoot from './components/AddNumberRoot';

./ and ../ what are they defferrence??

profile
I am not afraid of learning!

0개의 댓글

관련 채용 정보