export const network = {
  baseURL: import.meta.env.VITE_API_BASE_URL,
  timeout: 10000
}
