import axios from "axios"; export const allProduct = async () => { try{ const res = await axios.get('') }catch(err){ console.log("all product error: ",err); } };