ES6 relative imports are great, but in a complex app they can be tough. This demonstrates how to implement absolute imports relative to the src
directory. There are other ways to do this, but this was the way that works best for me.
Inspired by @kentcdodds
git fetch --all
- Follow the OUTLINE