import * as React from 'react'; export const CenterStory = ({ children }) => (
{children}
);