Jak nie używać względnego importu w Reacct JS
// create a jsconfig.json file in your root dir(where package.json is located) and add this:
{
"compilerOptions": {
"baseUrl": "src"
}
}
Anxious Alligator