Our Products
//FileName- allProducts
import React from ‘react’
const AllProducts = () => {
return (
AllProducts
)
}
export default AllProducts;
I am not being redirected to this page as the output is not displayed any suggestions on how do i fix this.