import client from './client'; export function createOrder(order) { return client.post('/api/orders', order); }