import PlaceholderGraph from './PlaceholderGraph';
import PlaceholderGrid from './PlaceholderGrid';
import PlaceholderParagraph from './PlaceholderParagraph';
export default {
Paragraph: PlaceholderParagraph,
Grid: PlaceholderGrid,
Graph: PlaceholderGraph
};