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