| 1 | import { isTouchDevice, SlotComponentProps } from '@editablejs/editor' |
| 2 | import { Icon } from '@editablejs/ui' |
| 3 | import React, { FC, useMemo } from 'react' |
| 4 | import { PhotoSlider } from 'react-image-previewer' |
nothing calls this directly
no test coverage detected