export const network = {
  baseURL: import.meta.env.VITE_APP_BASE_URL,
  timeout: 60000
}
