import React from 'react';
import Alert from 'terra-alert';

export default () => <Alert id="defaultAlert">Default Alert</Alert>;
