1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-03 23:50:33 +02:00
Files
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;