import { publicApi } from './http' export async function fetchRunStats() { const { data } = await publicApi.get('/run_stats') return data }