import "./App.css"; import NP from "./components/NP"; import Finance from "./components/finance"; import Health from "./components/health"; import { Routes, Route, Switch, Link } from "react-router-dom"; function App() { return (
National Parks Finance Health } style={{'color': 'red'}} /> } /> } /> } />
); } export default App;