import * as React from 'react'; import { Alert, Input } from '@fluentui/react-northstar'; const AlertExampleShorthand = () => ( <> This is a top attached alert This is a bottom attached alert > ); export default AlertExampleShorthand;