src/App.js Line 15:12: 'Home' is not defined react/jsx-no-undef Line 19:12: 'About' is not defined react/jsx-no-undef Line 23:12: 'Education' is not defined react/jsx-no-undef Search for the keywords to learn more about each error. code example
Example: 'App' is not defined react/jsx-no-undef
// 'App' is not defined react/jsx-no-undef
import App from "./App"; //import into index.js file