Now IDEs generally have good support for auto import the custom import resolution feels like a bad idea, e.g. ``` import Index from 'components/index/Index' ``` Should be: ``` import Index from '../relative/path/to/components/index/Index'; ```