import React from 'react' const Interface = props => ( <div>Interface</div> ) export default Interface