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