'How to import react files from base folder?
In my react app I want to import some functions from another folder. I just need to import it from the base folder.
src
app
otherFolders
I need to import it like this 'app/otherFolder/component' not like '../../otherFolder/component'.
How can do this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
