import React from 'react'; export const StoryContainer = ({ bg, children }) => (
{children}
);