basir / next-amazona

next-amazona.vercel.app
289 stars 226 forks source link

The Router section is not working as the mentioned in the course, the working on this way. #15

Closed QZ-SFRIGHT closed 2 years ago

QZ-SFRIGHT commented 2 years ago

`import { BrowserRouter as Router, Routes, Route } from 'react-router-dom'; //import { Link } from 'react-router-dom'; import HomeScreen from './Screens/HomeScreen'; import ProductScreen from './Screens/ProductScreen';

function App() { return (

amazona
} /> } />

); }

export default App; ` this is an updated Router function that is working with the old coDE IS NOT working.