1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-03 23:50:33 +02:00
Files
joplin/packages/app-mobile/components/CameraView/Camera/index.web.tsx

6 lines
163 B
TypeScript
Raw Normal View History

// 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;