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} />
|
||
|
}
|