In this directory, you can store constants that are intended for use across multiple components.
const MAX_RETRIES = 5
export {
MAX_RETRIES,
}
In this directory, you can store constants that are intended for use across multiple components.
const MAX_RETRIES = 5
export {
MAX_RETRIES,
}