product.js 91 B

12
  1. import axios from 'axios';
  2. export const getAllProducts = () => axios.get('/products.json');