about summary refs log tree commit diff
path: root/src/view/com/composer/photos/PhotoCarouselPicker.web.tsx
blob: ff4350b0c6eef88ccf86d439e6cdaa295306ab33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import React from 'react'

// Not used on Web

export const PhotoCarouselPicker = (_opts: {
  selectedPhotos: string[]
  onSelectPhotos: (v: string[]) => void
}) => {
  return <></>
}