Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Api/Api.js')
-rw-r--r--src/Api/Api.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Api/Api.js b/src/Api/Api.js
new file mode 100644
index 0000000..8ccd7a3
--- /dev/null
+++ b/src/Api/Api.js
@@ -0,0 +1,7 @@
+import PasswordsClient from "../Client/PasswordsClient";
+
+/**
+ * @deprecated
+ */
+export default class Api extends PasswordsClient {
+} \ No newline at end of file