| 1 | import React, { useEffect, useState } from 'react'; |
| 2 | import { ThumbsUpOutlined } from '@dtinsight/react-icons'; |
| 3 | import { Button } from 'antd'; |
| 4 | import { Chat, Flex } from 'dt-react-component'; |
nothing calls this directly
no test coverage detected