import React from 'react'; interface TopicPopProps { } const TopicPop = (props: TopicPopProps) => { }