import { Routes, Route, Link } from 'react-router-dom' import Home from './pages/Home' import About from './pages/About' function App() { return (