import httpClient from './httpClient'; export const statisticsService = { get() { return httpClient.get('/statistics'); }, }