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:
authorMarius David Wieschollek <passwords.public@mdns.eu>2024-01-01 20:37:57 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2024-01-01 20:37:57 +0300
commit6e716981adeeade0a71414dbc445870614902a91 (patch)
tree8d6778ebd459ae3188e757318993d31de560a92a /src/legacy.js
parent183b9668fb9a38e578839fac96ca920205b44506 (diff)
Add legacy implementation compatibility layer
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/legacy.js')
-rw-r--r--src/legacy.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/legacy.js b/src/legacy.js
new file mode 100644
index 0000000..0eb98c2
--- /dev/null
+++ b/src/legacy.js
@@ -0,0 +1,7 @@
+import EnhancedApi from "./Classes/EnhancedApi";
+import SimpleApi from "./Classes/SimpleApi";
+
+export {
+ EnhancedApi,
+ SimpleApi
+} \ No newline at end of file