mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-11 05:41:10 +01:00
* website maintenance round * improve docs, revert bug workaround as it was fixed * boost memory * remove unnecessary code
6 lines
178 B
JavaScript
6 lines
178 B
JavaScript
import EnterpriseAlert from '@hashicorp/react-enterprise-alert'
|
|
|
|
export default function EnterpriseAlertConsul(props) {
|
|
return <EnterpriseAlert product="vault" {...props} />
|
|
}
|