1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-04-20 11:28:40 +02:00
joplin/ReactNativeClient/index.android.js

4 lines
48 B
JavaScript
Raw Normal View History

2018-03-09 17:49:35 +00:00
const { main } = require("./main.js");
2017-05-07 22:02:17 +01:00
2018-03-09 17:49:35 +00:00
main();