import React from 'react'; const AllProducts = ( ) => { return (

Fetch product list from https://api.oemautomation.com:3001 to this section.
); } export default AllProducts;