You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-03 23:50:33 +02:00
6 lines
163 B
TypeScript
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;
|