import React from 'react'; import styles from './vote-frame.css'; const VoteFrame = props => ( ); export default VoteFrame;