open-consul/website/components/enterprise-alert/index.jsx

6 lines
179 B
React
Raw Normal View History

import EnterpriseAlert from '@hashicorp/react-enterprise-alert'
export default function EnterpriseAlertConsul(props) {
return <EnterpriseAlert product="consul" {...props} />
}