import React from 'react'; import MutedBox from 'app/components/mutedBox'; import ResolutionBox from 'app/components/resolutionBox'; const actor = { email: 'uhoh@example.com', name: 'Uhoh', }; const RESOLVED_IN_COMMIT = { actor, inCommit: { id: 'deadbeefdeadface', repository: { name: 'getsentry/sentry', provider: { id: 'github', }, }, dateCreated: '2020-07-01 12:13:14', }, }; export default { title: 'Features/Issues/ResolutionBox & MutedBox', }; export const ResolvedStates = () => (