Manjula

Results 3 comments of Manjula

![homescreen_issue](https://user-images.githubusercontent.com/6860050/114353586-d538e580-9b8a-11eb-8327-3596642b256e.PNG) ![homescreen_issue](https://user-images.githubusercontent.com/6860050/114353658-e550c500-9b8a-11eb-8505-f8774d894a26.PNG)

please help me sir i am facing issue when try to run t h ecode in sandbox

`app.js` import HomeScreen from './screens/HomeScreen.js' import ProductScreen from './screens/ProductScreen.js' import { parseRequestUrl } from './utils.js'; import Error404Screen from './screens/Error404Screen.js' const routes = { '/': HomeScreen, '/product/:id': ProductScreen, }; const router...