| 1 | import type { ReactElement, Ref } from 'react'; |
| 2 | import React, { forwardRef, useMemo } from 'react'; |
| 3 | import classNames from 'classnames'; |
| 4 | import type { PostCardProps } from '../common/common'; |
nothing calls this directly
no test coverage detected