shop.js 93 B

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