1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-20 23:30:05 +02:00
Files
joplin/packages/app-mobile/components/CameraView/Camera/index.web.tsx
2025-06-30 21:11:59 +01:00

6 lines
163 B
TypeScript

// Use the mock camera component on web -- for now, the default Camera
// component is Android/iOS only
import Camera from './index.jest';
export default Camera;