import React from 'react'; import Alert from 'react-bootstrap/Alert'; import { registerComponent } from 'meteor/vulcan:lib'; const BootstrapAlert = ({ children, variant, ...rest }) => {children}; registerComponent('Alert', BootstrapAlert);