import React from "react"; const CentralPlacementDecorator = storyFn => (
{storyFn()}
); export default CentralPlacementDecorator;