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/main.js')
-rw-r--r--src/main.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 3591088..c7cf752 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,4 +1,5 @@
import Api from './Api/Api';
+import PassLink from './PassLink/PassLink';
export default Api;
-export {Api};
+export {Api, PassLink};