import * as React from 'react'; import { Alert } from '@fluentui/react-northstar'; const AlertExampleOof = () => ( This is an oof alert ); export default AlertExampleOof;