| 1 | import { memo } from 'react'; |
| 2 | import { useThumbnail } from '../../hooks/useThumbnail'; |
| 3 | import { ResetIcon } from '../../icons'; |
| 4 | import { getDeletionThumbnailImageStyle } from './deletionModalViewModel'; |
nothing calls this directly
no test coverage detected