Trying to get through from the component which is located on three levels below the tree, but the browser complains that the requested file is not present.
Tree:
components/catalog/НужныйКомпонент.js
components/ui/nav/ЯнахожусьЗдесь.js
import НужныйКомпонент from '.../catalog';
Tried many options with two points, slashes, etc. the Result has not changed.
babel-loader is present. What could be the problem?