mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00: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} />
|
|
}
|