import React from 'react'; export const withCardsDecorator = storyFn => (
{storyFn()}
);