import React from 'react'; class RandomTopic extends React.Component{ render(){ return( 'hello Random Topic!' ) } } export default (RandomTopic);