| 14 | import ThreeDotsLoader from "./ThreeDotsLoader"; |
| 15 | |
| 16 | interface Props { |
| 17 | message: Message; |
| 18 | } |
| 19 | |
| 20 | const MessageView = (props: Props) => { |
| 21 | const message = props.message; |
nothing calls this directly
no outgoing calls
no test coverage detected