import React from 'react'; import { rocketChatWrapper } from '../../../.storybook/helpers'; import { ErrorAlert } from './ErrorAlert'; export default { title: 'basic/ErrorAlert', component: ErrorAlert, decorators: [ rocketChatWrapper, ], }; export const _default = () => Content; export const withTitle = () => Content;