'Link' is not defined react/jsx-no-undef

JavaScript
import { Link } from 'react-router-dom';// 'App' is not defined react/jsx-no-undef
import App from "./App"; //import into index.js file
Source

Also in JavaScript: