Create dynamic router components that render the corresponding compont for shops and products.
When visiting kuro.tld/products/:productId we expect the product details component to render with the information for the given productId. Same goes for shops and kuro.tld/shops/:shopId.
Create dynamic router components that render the corresponding compont for
shopsandproducts.When visiting
kuro.tld/products/:productIdwe expect the product details component to render with the information for the givenproductId. Same goes for shops andkuro.tld/shops/:shopId.