1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
This commit is contained in:
Andrew Simachev 2024-03-04 21:42:17 +01:00
commit 59e28271a7
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
671 changed files with 2388 additions and 1523 deletions

View file

@ -212,6 +212,10 @@ class Api {
WindowManager.sendToAll('data-path', Util.dataPath());
};
showChallenge (win, param) {
WindowManager.createChallenge(param);
};
};
module.exports = new Api();