import React from 'react' import { ArrowLeft, ArrowRight } from 'features/Common' const Story = { component: ArrowLeft, title: 'Arrows', } export default Story const backgroundStyles = { backgroundColor: '#333', height: '200px', padding: '20px', } export const Group = () => (
)