mirror of
https://github.com/status-im/consul.git
synced 2025-01-31 16:07:58 +00:00
6 lines
179 B
React
6 lines
179 B
React
|
import EnterpriseAlert from '@hashicorp/react-enterprise-alert'
|
||
|
|
||
|
export default function EnterpriseAlertConsul(props) {
|
||
|
return <EnterpriseAlert product="consul" {...props} />
|
||
|
}
|